@@ -6,27 +6,27 @@ |
||
| 6 | 6 | $baseDir = dirname($vendorDir); |
| 7 | 7 | |
| 8 | 8 | return array( |
| 9 | - 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', |
|
| 10 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Download_Ingredients_Data' => $baseDir . '/includes/admin/Download_Ingredients_Data.php', |
|
| 11 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Full_Page_Delegate' => $baseDir . '/includes/admin/Full_Page_Delegate.php', |
|
| 12 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Ingredients_Full_Page_Delegate' => $baseDir . '/includes/admin/Ingredients_Full_Page_Delegate.php', |
|
| 13 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Ingredients_List_Table' => $baseDir . '/includes/admin/Ingredients_List_Table.php', |
|
| 14 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Ingredients_Modal_Page_Delegate' => $baseDir . '/includes/admin/Ingredients_Modal_Page_Delegate.php', |
|
| 15 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Main_Ingredient_List_Table' => $baseDir . '/includes/admin/Main_Ingredient_List_Table.php', |
|
| 16 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Main_Ingredient_Modal_Page_Delegate' => $baseDir . '/includes/admin/Main_Ingredient_Modal_Page_Delegate.php', |
|
| 17 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Meta_Box' => $baseDir . '/includes/admin/Meta_Box.php', |
|
| 18 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Page' => $baseDir . '/includes/admin/Page.php', |
|
| 19 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Page_Delegate' => $baseDir . '/includes/admin/Page_Delegate.php', |
|
| 20 | - 'Wordlift\\Modules\\Food_Kg\\Ingredients' => $baseDir . '/includes/Ingredients.php', |
|
| 21 | - 'Wordlift\\Modules\\Food_Kg\\Ingredients_API' => $baseDir . '/includes/Ingredients_API.php', |
|
| 22 | - 'Wordlift\\Modules\\Food_Kg\\Ingredients_Client' => $baseDir . '/includes/Ingredients_Client.php', |
|
| 23 | - 'Wordlift\\Modules\\Food_Kg\\Ingredients_Taxonomy_Recipe_Lift_Strategy' => $baseDir . '/includes/Ingredients_Taxonomy_Recipe_Lift_Strategy.php', |
|
| 24 | - 'Wordlift\\Modules\\Food_Kg\\Jsonld' => $baseDir . '/includes/Jsonld.php', |
|
| 25 | - 'Wordlift\\Modules\\Food_Kg\\Main_Ingredient_Jsonld' => $baseDir . '/includes/Main_Ingredient_Jsonld.php', |
|
| 26 | - 'Wordlift\\Modules\\Food_Kg\\Main_Ingredient_Recipe_Lift_Strategy' => $baseDir . '/includes/Main_Ingredient_Recipe_Lift_Strategy.php', |
|
| 27 | - 'Wordlift\\Modules\\Food_Kg\\Module' => $baseDir . '/includes/Module.php', |
|
| 28 | - 'Wordlift\\Modules\\Food_Kg\\Notices' => $baseDir . '/includes/Notices.php', |
|
| 29 | - 'Wordlift\\Modules\\Food_Kg\\Preconditions' => $baseDir . '/includes/Preconditions.php', |
|
| 30 | - 'Wordlift\\Modules\\Food_Kg\\Recipe_Lift_Strategy' => $baseDir . '/includes/Recipe_Lift_Strategy.php', |
|
| 31 | - 'Wordlift\\Modules\\Food_Kg\\Services\\Ingredients' => $baseDir . '/includes/services/Ingredients.php', |
|
| 9 | + 'Composer\\InstalledVersions' => $vendorDir.'/composer/InstalledVersions.php', |
|
| 10 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Download_Ingredients_Data' => $baseDir.'/includes/admin/Download_Ingredients_Data.php', |
|
| 11 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Full_Page_Delegate' => $baseDir.'/includes/admin/Full_Page_Delegate.php', |
|
| 12 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Ingredients_Full_Page_Delegate' => $baseDir.'/includes/admin/Ingredients_Full_Page_Delegate.php', |
|
| 13 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Ingredients_List_Table' => $baseDir.'/includes/admin/Ingredients_List_Table.php', |
|
| 14 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Ingredients_Modal_Page_Delegate' => $baseDir.'/includes/admin/Ingredients_Modal_Page_Delegate.php', |
|
| 15 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Main_Ingredient_List_Table' => $baseDir.'/includes/admin/Main_Ingredient_List_Table.php', |
|
| 16 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Main_Ingredient_Modal_Page_Delegate' => $baseDir.'/includes/admin/Main_Ingredient_Modal_Page_Delegate.php', |
|
| 17 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Meta_Box' => $baseDir.'/includes/admin/Meta_Box.php', |
|
| 18 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Page' => $baseDir.'/includes/admin/Page.php', |
|
| 19 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Page_Delegate' => $baseDir.'/includes/admin/Page_Delegate.php', |
|
| 20 | + 'Wordlift\\Modules\\Food_Kg\\Ingredients' => $baseDir.'/includes/Ingredients.php', |
|
| 21 | + 'Wordlift\\Modules\\Food_Kg\\Ingredients_API' => $baseDir.'/includes/Ingredients_API.php', |
|
| 22 | + 'Wordlift\\Modules\\Food_Kg\\Ingredients_Client' => $baseDir.'/includes/Ingredients_Client.php', |
|
| 23 | + 'Wordlift\\Modules\\Food_Kg\\Ingredients_Taxonomy_Recipe_Lift_Strategy' => $baseDir.'/includes/Ingredients_Taxonomy_Recipe_Lift_Strategy.php', |
|
| 24 | + 'Wordlift\\Modules\\Food_Kg\\Jsonld' => $baseDir.'/includes/Jsonld.php', |
|
| 25 | + 'Wordlift\\Modules\\Food_Kg\\Main_Ingredient_Jsonld' => $baseDir.'/includes/Main_Ingredient_Jsonld.php', |
|
| 26 | + 'Wordlift\\Modules\\Food_Kg\\Main_Ingredient_Recipe_Lift_Strategy' => $baseDir.'/includes/Main_Ingredient_Recipe_Lift_Strategy.php', |
|
| 27 | + 'Wordlift\\Modules\\Food_Kg\\Module' => $baseDir.'/includes/Module.php', |
|
| 28 | + 'Wordlift\\Modules\\Food_Kg\\Notices' => $baseDir.'/includes/Notices.php', |
|
| 29 | + 'Wordlift\\Modules\\Food_Kg\\Preconditions' => $baseDir.'/includes/Preconditions.php', |
|
| 30 | + 'Wordlift\\Modules\\Food_Kg\\Recipe_Lift_Strategy' => $baseDir.'/includes/Recipe_Lift_Strategy.php', |
|
| 31 | + 'Wordlift\\Modules\\Food_Kg\\Services\\Ingredients' => $baseDir.'/includes/services/Ingredients.php', |
|
| 32 | 32 | ); |
@@ -6,35 +6,35 @@ |
||
| 6 | 6 | |
| 7 | 7 | class ComposerStaticInit718e370ed095fd597a1f1d468c2b59f4 |
| 8 | 8 | { |
| 9 | - public static $classMap = array ( |
|
| 10 | - 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
|
| 11 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Download_Ingredients_Data' => __DIR__ . '/../..' . '/includes/admin/Download_Ingredients_Data.php', |
|
| 12 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Full_Page_Delegate' => __DIR__ . '/../..' . '/includes/admin/Full_Page_Delegate.php', |
|
| 13 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Ingredients_Full_Page_Delegate' => __DIR__ . '/../..' . '/includes/admin/Ingredients_Full_Page_Delegate.php', |
|
| 14 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Ingredients_List_Table' => __DIR__ . '/../..' . '/includes/admin/Ingredients_List_Table.php', |
|
| 15 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Ingredients_Modal_Page_Delegate' => __DIR__ . '/../..' . '/includes/admin/Ingredients_Modal_Page_Delegate.php', |
|
| 16 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Main_Ingredient_List_Table' => __DIR__ . '/../..' . '/includes/admin/Main_Ingredient_List_Table.php', |
|
| 17 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Main_Ingredient_Modal_Page_Delegate' => __DIR__ . '/../..' . '/includes/admin/Main_Ingredient_Modal_Page_Delegate.php', |
|
| 18 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Meta_Box' => __DIR__ . '/../..' . '/includes/admin/Meta_Box.php', |
|
| 19 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Page' => __DIR__ . '/../..' . '/includes/admin/Page.php', |
|
| 20 | - 'Wordlift\\Modules\\Food_Kg\\Admin\\Page_Delegate' => __DIR__ . '/../..' . '/includes/admin/Page_Delegate.php', |
|
| 21 | - 'Wordlift\\Modules\\Food_Kg\\Ingredients' => __DIR__ . '/../..' . '/includes/Ingredients.php', |
|
| 22 | - 'Wordlift\\Modules\\Food_Kg\\Ingredients_API' => __DIR__ . '/../..' . '/includes/Ingredients_API.php', |
|
| 23 | - 'Wordlift\\Modules\\Food_Kg\\Ingredients_Client' => __DIR__ . '/../..' . '/includes/Ingredients_Client.php', |
|
| 24 | - 'Wordlift\\Modules\\Food_Kg\\Ingredients_Taxonomy_Recipe_Lift_Strategy' => __DIR__ . '/../..' . '/includes/Ingredients_Taxonomy_Recipe_Lift_Strategy.php', |
|
| 25 | - 'Wordlift\\Modules\\Food_Kg\\Jsonld' => __DIR__ . '/../..' . '/includes/Jsonld.php', |
|
| 26 | - 'Wordlift\\Modules\\Food_Kg\\Main_Ingredient_Jsonld' => __DIR__ . '/../..' . '/includes/Main_Ingredient_Jsonld.php', |
|
| 27 | - 'Wordlift\\Modules\\Food_Kg\\Main_Ingredient_Recipe_Lift_Strategy' => __DIR__ . '/../..' . '/includes/Main_Ingredient_Recipe_Lift_Strategy.php', |
|
| 28 | - 'Wordlift\\Modules\\Food_Kg\\Module' => __DIR__ . '/../..' . '/includes/Module.php', |
|
| 29 | - 'Wordlift\\Modules\\Food_Kg\\Notices' => __DIR__ . '/../..' . '/includes/Notices.php', |
|
| 30 | - 'Wordlift\\Modules\\Food_Kg\\Preconditions' => __DIR__ . '/../..' . '/includes/Preconditions.php', |
|
| 31 | - 'Wordlift\\Modules\\Food_Kg\\Recipe_Lift_Strategy' => __DIR__ . '/../..' . '/includes/Recipe_Lift_Strategy.php', |
|
| 32 | - 'Wordlift\\Modules\\Food_Kg\\Services\\Ingredients' => __DIR__ . '/../..' . '/includes/services/Ingredients.php', |
|
| 9 | + public static $classMap = array( |
|
| 10 | + 'Composer\\InstalledVersions' => __DIR__.'/..'.'/composer/InstalledVersions.php', |
|
| 11 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Download_Ingredients_Data' => __DIR__.'/../..'.'/includes/admin/Download_Ingredients_Data.php', |
|
| 12 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Full_Page_Delegate' => __DIR__.'/../..'.'/includes/admin/Full_Page_Delegate.php', |
|
| 13 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Ingredients_Full_Page_Delegate' => __DIR__.'/../..'.'/includes/admin/Ingredients_Full_Page_Delegate.php', |
|
| 14 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Ingredients_List_Table' => __DIR__.'/../..'.'/includes/admin/Ingredients_List_Table.php', |
|
| 15 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Ingredients_Modal_Page_Delegate' => __DIR__.'/../..'.'/includes/admin/Ingredients_Modal_Page_Delegate.php', |
|
| 16 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Main_Ingredient_List_Table' => __DIR__.'/../..'.'/includes/admin/Main_Ingredient_List_Table.php', |
|
| 17 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Main_Ingredient_Modal_Page_Delegate' => __DIR__.'/../..'.'/includes/admin/Main_Ingredient_Modal_Page_Delegate.php', |
|
| 18 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Meta_Box' => __DIR__.'/../..'.'/includes/admin/Meta_Box.php', |
|
| 19 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Page' => __DIR__.'/../..'.'/includes/admin/Page.php', |
|
| 20 | + 'Wordlift\\Modules\\Food_Kg\\Admin\\Page_Delegate' => __DIR__.'/../..'.'/includes/admin/Page_Delegate.php', |
|
| 21 | + 'Wordlift\\Modules\\Food_Kg\\Ingredients' => __DIR__.'/../..'.'/includes/Ingredients.php', |
|
| 22 | + 'Wordlift\\Modules\\Food_Kg\\Ingredients_API' => __DIR__.'/../..'.'/includes/Ingredients_API.php', |
|
| 23 | + 'Wordlift\\Modules\\Food_Kg\\Ingredients_Client' => __DIR__.'/../..'.'/includes/Ingredients_Client.php', |
|
| 24 | + 'Wordlift\\Modules\\Food_Kg\\Ingredients_Taxonomy_Recipe_Lift_Strategy' => __DIR__.'/../..'.'/includes/Ingredients_Taxonomy_Recipe_Lift_Strategy.php', |
|
| 25 | + 'Wordlift\\Modules\\Food_Kg\\Jsonld' => __DIR__.'/../..'.'/includes/Jsonld.php', |
|
| 26 | + 'Wordlift\\Modules\\Food_Kg\\Main_Ingredient_Jsonld' => __DIR__.'/../..'.'/includes/Main_Ingredient_Jsonld.php', |
|
| 27 | + 'Wordlift\\Modules\\Food_Kg\\Main_Ingredient_Recipe_Lift_Strategy' => __DIR__.'/../..'.'/includes/Main_Ingredient_Recipe_Lift_Strategy.php', |
|
| 28 | + 'Wordlift\\Modules\\Food_Kg\\Module' => __DIR__.'/../..'.'/includes/Module.php', |
|
| 29 | + 'Wordlift\\Modules\\Food_Kg\\Notices' => __DIR__.'/../..'.'/includes/Notices.php', |
|
| 30 | + 'Wordlift\\Modules\\Food_Kg\\Preconditions' => __DIR__.'/../..'.'/includes/Preconditions.php', |
|
| 31 | + 'Wordlift\\Modules\\Food_Kg\\Recipe_Lift_Strategy' => __DIR__.'/../..'.'/includes/Recipe_Lift_Strategy.php', |
|
| 32 | + 'Wordlift\\Modules\\Food_Kg\\Services\\Ingredients' => __DIR__.'/../..'.'/includes/services/Ingredients.php', |
|
| 33 | 33 | ); |
| 34 | 34 | |
| 35 | 35 | public static function getInitializer(ClassLoader $loader) |
| 36 | 36 | { |
| 37 | - return \Closure::bind(function () use ($loader) { |
|
| 37 | + return \Closure::bind(function() use ($loader) { |
|
| 38 | 38 | $loader->classMap = ComposerStaticInit718e370ed095fd597a1f1d468c2b59f4::$classMap; |
| 39 | 39 | |
| 40 | 40 | }, null, ClassLoader::class); |
@@ -31,29 +31,29 @@ discard block |
||
| 31 | 31 | use Wordlift\Features\Features_Registry; |
| 32 | 32 | use Wordlift\Post\Post_Adapter; |
| 33 | 33 | // If this file is called directly, abort. |
| 34 | -if ( ! defined( 'WPINC' ) ) { |
|
| 34 | +if ( ! defined('WPINC')) { |
|
| 35 | 35 | die; |
| 36 | 36 | } |
| 37 | 37 | define( |
| 38 | 38 | 'WORDLIFT_PLUGIN_FILE', |
| 39 | 39 | __FILE__ |
| 40 | 40 | ); |
| 41 | -define( 'WORDLIFT_VERSION', '3.40.4' ); |
|
| 41 | +define('WORDLIFT_VERSION', '3.40.4'); |
|
| 42 | 42 | |
| 43 | -require_once plugin_dir_path( __FILE__ ) . '/libraries/action-scheduler/action-scheduler.php'; |
|
| 44 | -require_once __DIR__ . '/modules/common/load.php'; |
|
| 45 | -require_once __DIR__ . '/modules/include-exclude/load.php'; |
|
| 43 | +require_once plugin_dir_path(__FILE__).'/libraries/action-scheduler/action-scheduler.php'; |
|
| 44 | +require_once __DIR__.'/modules/common/load.php'; |
|
| 45 | +require_once __DIR__.'/modules/include-exclude/load.php'; |
|
| 46 | 46 | |
| 47 | 47 | /** |
| 48 | 48 | * Filter to disable WLP on any request, defaults to true. |
| 49 | 49 | * |
| 50 | 50 | * @since 3.33.6 |
| 51 | 51 | */ |
| 52 | -if ( ! apply_filters( 'wl_is_enabled', true ) ) { |
|
| 52 | +if ( ! apply_filters('wl_is_enabled', true)) { |
|
| 53 | 53 | return; |
| 54 | 54 | } |
| 55 | 55 | |
| 56 | -require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php'; |
|
| 56 | +require_once plugin_dir_path(__FILE__).'vendor/autoload.php'; |
|
| 57 | 57 | |
| 58 | 58 | /* |
| 59 | 59 | * We introduce the WordLift autoloader, since we start using classes in namespaces, i.e. Wordlift\Http. |
@@ -63,15 +63,15 @@ discard block |
||
| 63 | 63 | wordlift_plugin_autoload_register(); |
| 64 | 64 | |
| 65 | 65 | // Include WordLift constants. |
| 66 | -require_once plugin_dir_path( __FILE__ ) . 'wordlift-constants.php'; |
|
| 66 | +require_once plugin_dir_path(__FILE__).'wordlift-constants.php'; |
|
| 67 | 67 | |
| 68 | 68 | // Load modules. |
| 69 | -require_once plugin_dir_path( __FILE__ ) . 'modules/core/wordlift-core.php'; |
|
| 69 | +require_once plugin_dir_path(__FILE__).'modules/core/wordlift-core.php'; |
|
| 70 | 70 | |
| 71 | -require_once plugin_dir_path( __FILE__ ) . 'deprecations.php'; |
|
| 71 | +require_once plugin_dir_path(__FILE__).'deprecations.php'; |
|
| 72 | 72 | |
| 73 | 73 | // Load early to enable/disable features. |
| 74 | -require_once plugin_dir_path( __FILE__ ) . 'wordlift/features/index.php'; |
|
| 74 | +require_once plugin_dir_path(__FILE__).'wordlift/features/index.php'; |
|
| 75 | 75 | |
| 76 | 76 | /** |
| 77 | 77 | * The code that runs during plugin activation. |
@@ -79,11 +79,11 @@ discard block |
||
| 79 | 79 | */ |
| 80 | 80 | function activate_wordlift() { |
| 81 | 81 | |
| 82 | - $log = Wordlift_Log_Service::get_logger( 'activate_wordlift' ); |
|
| 82 | + $log = Wordlift_Log_Service::get_logger('activate_wordlift'); |
|
| 83 | 83 | |
| 84 | - $log->info( 'Activating WordLift...' ); |
|
| 84 | + $log->info('Activating WordLift...'); |
|
| 85 | 85 | |
| 86 | - require_once plugin_dir_path( __FILE__ ) . 'includes/class-wordlift-activator.php'; |
|
| 86 | + require_once plugin_dir_path(__FILE__).'includes/class-wordlift-activator.php'; |
|
| 87 | 87 | Wordlift_Activator::activate(); |
| 88 | 88 | |
| 89 | 89 | /** |
@@ -103,8 +103,8 @@ discard block |
||
| 103 | 103 | */ |
| 104 | 104 | Top_Entities::activate(); |
| 105 | 105 | |
| 106 | - if ( ! wp_next_scheduled( 'wl_daily_cron' ) ) { |
|
| 107 | - wp_schedule_event( time(), 'daily', 'wl_daily_cron' ); |
|
| 106 | + if ( ! wp_next_scheduled('wl_daily_cron')) { |
|
| 107 | + wp_schedule_event(time(), 'daily', 'wl_daily_cron'); |
|
| 108 | 108 | } |
| 109 | 109 | |
| 110 | 110 | } |
@@ -115,7 +115,7 @@ discard block |
||
| 115 | 115 | */ |
| 116 | 116 | function deactivate_wordlift() { |
| 117 | 117 | |
| 118 | - require_once plugin_dir_path( __FILE__ ) . 'includes/class-wordlift-deactivator.php'; |
|
| 118 | + require_once plugin_dir_path(__FILE__).'includes/class-wordlift-deactivator.php'; |
|
| 119 | 119 | Wordlift_Deactivator::deactivate(); |
| 120 | 120 | Wordlift_Http_Api::deactivate(); |
| 121 | 121 | Ttl_Cache_Cleaner::deactivate(); |
@@ -131,18 +131,18 @@ discard block |
||
| 131 | 131 | Key_Validation_Notice::remove_notification_flag(); |
| 132 | 132 | flush_rewrite_rules(); |
| 133 | 133 | |
| 134 | - wp_clear_scheduled_hook( 'wl_daily_cron' ); |
|
| 134 | + wp_clear_scheduled_hook('wl_daily_cron'); |
|
| 135 | 135 | |
| 136 | 136 | } |
| 137 | 137 | |
| 138 | -register_activation_hook( __FILE__, 'activate_wordlift' ); |
|
| 139 | -register_deactivation_hook( __FILE__, 'deactivate_wordlift' ); |
|
| 138 | +register_activation_hook(__FILE__, 'activate_wordlift'); |
|
| 139 | +register_deactivation_hook(__FILE__, 'deactivate_wordlift'); |
|
| 140 | 140 | |
| 141 | 141 | /** |
| 142 | 142 | * The core plugin class that is used to define internationalization, |
| 143 | 143 | * admin-specific hooks, and public-facing site hooks. |
| 144 | 144 | */ |
| 145 | -require plugin_dir_path( __FILE__ ) . 'includes/class-wordlift.php'; |
|
| 145 | +require plugin_dir_path(__FILE__).'includes/class-wordlift.php'; |
|
| 146 | 146 | |
| 147 | 147 | /** |
| 148 | 148 | * Begins execution of the plugin. |
@@ -162,12 +162,12 @@ discard block |
||
| 162 | 162 | * @return bool |
| 163 | 163 | * @since 3.27.6 |
| 164 | 164 | */ |
| 165 | - if ( apply_filters( 'wl_feature__enable__widgets', true ) ) { |
|
| 166 | - add_action( 'widgets_init', 'wl_register_chord_widget' ); |
|
| 167 | - add_action( 'widgets_init', 'wl_register_geo_widget' ); |
|
| 168 | - add_action( 'widgets_init', 'wl_register_timeline_widget' ); |
|
| 165 | + if (apply_filters('wl_feature__enable__widgets', true)) { |
|
| 166 | + add_action('widgets_init', 'wl_register_chord_widget'); |
|
| 167 | + add_action('widgets_init', 'wl_register_geo_widget'); |
|
| 168 | + add_action('widgets_init', 'wl_register_timeline_widget'); |
|
| 169 | 169 | } |
| 170 | - add_filter( 'widget_text', 'do_shortcode' ); |
|
| 170 | + add_filter('widget_text', 'do_shortcode'); |
|
| 171 | 171 | |
| 172 | 172 | /** |
| 173 | 173 | * Filter: wl_feature__enable__analysis |
@@ -177,10 +177,10 @@ discard block |
||
| 177 | 177 | * @return bool |
| 178 | 178 | * @since 3.27.6 |
| 179 | 179 | */ |
| 180 | - if ( apply_filters( 'wl_feature__enable__analysis', true ) ) { |
|
| 181 | - add_action( 'wp_ajax_wl_analyze', 'wl_ajax_analyze_action' ); |
|
| 180 | + if (apply_filters('wl_feature__enable__analysis', true)) { |
|
| 181 | + add_action('wp_ajax_wl_analyze', 'wl_ajax_analyze_action'); |
|
| 182 | 182 | } else { |
| 183 | - add_action( 'wp_ajax_wl_analyze', 'wl_ajax_analyze_disabled_action' ); |
|
| 183 | + add_action('wp_ajax_wl_analyze', 'wl_ajax_analyze_disabled_action'); |
|
| 184 | 184 | } |
| 185 | 185 | |
| 186 | 186 | $plugin = new Wordlift(); |
@@ -197,7 +197,7 @@ discard block |
||
| 197 | 197 | |
| 198 | 198 | add_action( |
| 199 | 199 | 'plugins_loaded', |
| 200 | - function () { |
|
| 200 | + function() { |
|
| 201 | 201 | // All features from registry should be initialized here. |
| 202 | 202 | $features_registry = Features_Registry::get_instance(); |
| 203 | 203 | $features_registry->initialize_all_features(); |
@@ -208,27 +208,27 @@ discard block |
||
| 208 | 208 | add_action( |
| 209 | 209 | 'plugins_loaded', |
| 210 | 210 | // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable |
| 211 | - function () use ( $plugin ) { |
|
| 211 | + function() use ($plugin) { |
|
| 212 | 212 | |
| 213 | 213 | new Wordlift_Products_Navigator_Shortcode_REST(); |
| 214 | 214 | |
| 215 | 215 | // Register the Dataset module, requires `$api_service`. |
| 216 | - require_once plugin_dir_path( __FILE__ ) . 'wordlift/dataset/index.php'; |
|
| 217 | - require_once plugin_dir_path( __FILE__ ) . 'wordlift/shipping-data/index.php'; |
|
| 216 | + require_once plugin_dir_path(__FILE__).'wordlift/dataset/index.php'; |
|
| 217 | + require_once plugin_dir_path(__FILE__).'wordlift/shipping-data/index.php'; |
|
| 218 | 218 | |
| 219 | 219 | /* |
| 220 | 220 | * Require the Entity annotation cleanup module. |
| 221 | 221 | * |
| 222 | 222 | * @since 3.34.6 |
| 223 | 223 | */ |
| 224 | - require_once plugin_dir_path( __FILE__ ) . 'wordlift/cleanup/index.php'; |
|
| 224 | + require_once plugin_dir_path(__FILE__).'wordlift/cleanup/index.php'; |
|
| 225 | 225 | |
| 226 | 226 | /* |
| 227 | 227 | * Import LOD entities. |
| 228 | 228 | * |
| 229 | 229 | * @since 3.35.0 |
| 230 | 230 | */ |
| 231 | - require_once plugin_dir_path( __FILE__ ) . 'wordlift/lod-import/index.php'; |
|
| 231 | + require_once plugin_dir_path(__FILE__).'wordlift/lod-import/index.php'; |
|
| 232 | 232 | |
| 233 | 233 | } |
| 234 | 234 | ); |
@@ -246,23 +246,23 @@ discard block |
||
| 246 | 246 | function wordlift_plugin_autoload_register() { |
| 247 | 247 | |
| 248 | 248 | spl_autoload_register( |
| 249 | - function ( $class_name ) { |
|
| 249 | + function($class_name) { |
|
| 250 | 250 | |
| 251 | 251 | // Bail out if these are not our classes. |
| 252 | - if ( 0 !== strpos( $class_name, 'Wordlift\\' ) ) { |
|
| 252 | + if (0 !== strpos($class_name, 'Wordlift\\')) { |
|
| 253 | 253 | return false; |
| 254 | 254 | } |
| 255 | 255 | |
| 256 | - $class_name_lc = strtolower( str_replace( '_', '-', $class_name ) ); |
|
| 256 | + $class_name_lc = strtolower(str_replace('_', '-', $class_name)); |
|
| 257 | 257 | |
| 258 | - preg_match( '|^(?:(.*)\\\\)?(.+?)$|', $class_name_lc, $matches ); |
|
| 258 | + preg_match('|^(?:(.*)\\\\)?(.+?)$|', $class_name_lc, $matches); |
|
| 259 | 259 | |
| 260 | - $path = str_replace( '\\', DIRECTORY_SEPARATOR, $matches[1] ); |
|
| 261 | - $file = 'class-' . $matches[2] . '.php'; |
|
| 260 | + $path = str_replace('\\', DIRECTORY_SEPARATOR, $matches[1]); |
|
| 261 | + $file = 'class-'.$matches[2].'.php'; |
|
| 262 | 262 | |
| 263 | - $full_path = plugin_dir_path( __FILE__ ) . $path . DIRECTORY_SEPARATOR . $file; |
|
| 263 | + $full_path = plugin_dir_path(__FILE__).$path.DIRECTORY_SEPARATOR.$file; |
|
| 264 | 264 | |
| 265 | - if ( ! file_exists( $full_path ) ) { |
|
| 265 | + if ( ! file_exists($full_path)) { |
|
| 266 | 266 | return false; |
| 267 | 267 | } |
| 268 | 268 | |
@@ -274,13 +274,13 @@ discard block |
||
| 274 | 274 | |
| 275 | 275 | } |
| 276 | 276 | |
| 277 | -function wl_block_categories( $categories ) { |
|
| 277 | +function wl_block_categories($categories) { |
|
| 278 | 278 | return array_merge( |
| 279 | 279 | $categories, |
| 280 | 280 | array( |
| 281 | 281 | array( |
| 282 | 282 | 'slug' => 'wordlift', |
| 283 | - 'title' => __( 'WordLift', 'wordlift' ), |
|
| 283 | + 'title' => __('WordLift', 'wordlift'), |
|
| 284 | 284 | ), |
| 285 | 285 | ) |
| 286 | 286 | ); |
@@ -290,45 +290,45 @@ discard block |
||
| 290 | 290 | * This function is created temporarily to handle the legacy library, |
| 291 | 291 | * this has to be removed when removing the legacy fields from the ui. |
| 292 | 292 | */ |
| 293 | -function wl_enqueue_leaflet( $in_footer = false ) { |
|
| 293 | +function wl_enqueue_leaflet($in_footer = false) { |
|
| 294 | 294 | // Leaflet. |
| 295 | - wp_enqueue_style( 'wl-leaflet', plugin_dir_url( __FILE__ ) . 'js/leaflet/leaflet.css', array(), '1.6.0' ); |
|
| 296 | - wp_enqueue_script( 'wl-leaflet', plugin_dir_url( __FILE__ ) . 'js/leaflet/leaflet.js', array(), '1.6.0', $in_footer ); |
|
| 295 | + wp_enqueue_style('wl-leaflet', plugin_dir_url(__FILE__).'js/leaflet/leaflet.css', array(), '1.6.0'); |
|
| 296 | + wp_enqueue_script('wl-leaflet', plugin_dir_url(__FILE__).'js/leaflet/leaflet.js', array(), '1.6.0', $in_footer); |
|
| 297 | 297 | } |
| 298 | 298 | |
| 299 | -add_filter( 'block_categories', 'wl_block_categories', 10 ); |
|
| 299 | +add_filter('block_categories', 'wl_block_categories', 10); |
|
| 300 | 300 | |
| 301 | 301 | // Temporary fix for a typo in WooCommerce Extension. |
| 302 | 302 | add_filter( |
| 303 | 303 | 'wl_feature__enable__dataset', |
| 304 | - function ( $value ) { |
|
| 305 | - return apply_filters( 'wl_features__enable__dataset', $value ); |
|
| 304 | + function($value) { |
|
| 305 | + return apply_filters('wl_features__enable__dataset', $value); |
|
| 306 | 306 | } |
| 307 | 307 | ); |
| 308 | 308 | |
| 309 | -require_once __DIR__ . '/modules/food-kg/load.php'; |
|
| 310 | -require_once __DIR__ . '/modules/acf4so/load.php'; |
|
| 311 | -require_once __DIR__ . '/modules/pods/load.php'; |
|
| 312 | -require_once __DIR__ . '/modules/include-exclude-push-config/load.php'; |
|
| 309 | +require_once __DIR__.'/modules/food-kg/load.php'; |
|
| 310 | +require_once __DIR__.'/modules/acf4so/load.php'; |
|
| 311 | +require_once __DIR__.'/modules/pods/load.php'; |
|
| 312 | +require_once __DIR__.'/modules/include-exclude-push-config/load.php'; |
|
| 313 | 313 | |
| 314 | 314 | add_action( |
| 315 | 315 | 'update_plugins_adthrive.wordlift.io', |
| 316 | - function ( $update, $plugin_data, $plugin_file ) { |
|
| 316 | + function($update, $plugin_data, $plugin_file) { |
|
| 317 | 317 | // Bail out if it's not our plugin. |
| 318 | 318 | $update_uri = $plugin_data['UpdateURI']; |
| 319 | - if ( 'wordlift/wordlift.php' !== $plugin_file || ! isset( $update_uri ) ) { |
|
| 319 | + if ('wordlift/wordlift.php' !== $plugin_file || ! isset($update_uri)) { |
|
| 320 | 320 | return $update; |
| 321 | 321 | } |
| 322 | 322 | |
| 323 | - $response = wp_remote_get( "$update_uri?nocache=" . time() ); |
|
| 323 | + $response = wp_remote_get("$update_uri?nocache=".time()); |
|
| 324 | 324 | |
| 325 | - if ( is_wp_error( $response ) ) { |
|
| 325 | + if (is_wp_error($response)) { |
|
| 326 | 326 | return $update; |
| 327 | 327 | } |
| 328 | 328 | |
| 329 | 329 | try { |
| 330 | - return json_decode( wp_remote_retrieve_body( $response ) ); |
|
| 331 | - } catch ( Exception $e ) { |
|
| 330 | + return json_decode(wp_remote_retrieve_body($response)); |
|
| 331 | + } catch (Exception $e) { |
|
| 332 | 332 | return $update; |
| 333 | 333 | } |
| 334 | 334 | }, |
@@ -31,13 +31,13 @@ discard block |
||
| 31 | 31 | * @param Default_Api_Service $api_service |
| 32 | 32 | * @param Cache $cache_service |
| 33 | 33 | */ |
| 34 | - public function __construct( $api_service, $cache_service ) { |
|
| 34 | + public function __construct($api_service, $cache_service) { |
|
| 35 | 35 | |
| 36 | 36 | $this->api_service = $api_service; |
| 37 | 37 | |
| 38 | 38 | $this->cache_service = $cache_service; |
| 39 | 39 | |
| 40 | - $this->log = \Wordlift_Log_Service::get_logger( get_class() ); |
|
| 40 | + $this->log = \Wordlift_Log_Service::get_logger(get_class()); |
|
| 41 | 41 | |
| 42 | 42 | } |
| 43 | 43 | |
@@ -47,24 +47,24 @@ discard block |
||
| 47 | 47 | * |
| 48 | 48 | * @param $tag \WP_Term |
| 49 | 49 | */ |
| 50 | - public function get_entities( $tag ) { |
|
| 50 | + public function get_entities($tag) { |
|
| 51 | 51 | |
| 52 | 52 | $cache_key = $tag->term_id; |
| 53 | - $cache_result = $this->cache_service->get( $cache_key ); |
|
| 54 | - if ( false !== $cache_result ) { |
|
| 53 | + $cache_result = $this->cache_service->get($cache_key); |
|
| 54 | + if (false !== $cache_result) { |
|
| 55 | 55 | return $cache_result; |
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | // send the request. |
| 59 | 59 | $tag_name = $tag->name; |
| 60 | 60 | |
| 61 | - $entities = $this->get_entities_by_search_query( $tag_name ); |
|
| 61 | + $entities = $this->get_entities_by_search_query($tag_name); |
|
| 62 | 62 | |
| 63 | - if ( ! $entities ) { |
|
| 63 | + if ( ! $entities) { |
|
| 64 | 64 | return false; |
| 65 | 65 | } |
| 66 | 66 | |
| 67 | - $this->cache_service->put( $cache_key, $entities ); |
|
| 67 | + $this->cache_service->put($cache_key, $entities); |
|
| 68 | 68 | |
| 69 | 69 | return $entities; |
| 70 | 70 | |
@@ -77,47 +77,47 @@ discard block |
||
| 77 | 77 | * |
| 78 | 78 | * @return bool|string |
| 79 | 79 | */ |
| 80 | - public static function format_entity_url( $entity_url ) { |
|
| 81 | - $result = wp_parse_url( $entity_url ); |
|
| 82 | - if ( ! $result ) { |
|
| 80 | + public static function format_entity_url($entity_url) { |
|
| 81 | + $result = wp_parse_url($entity_url); |
|
| 82 | + if ( ! $result) { |
|
| 83 | 83 | return false; |
| 84 | 84 | } |
| 85 | - if ( ! array_key_exists( 'scheme', $result ) |
|
| 86 | - || ! array_key_exists( 'host', $result ) |
|
| 87 | - || ! array_key_exists( 'path', $result ) ) { |
|
| 85 | + if ( ! array_key_exists('scheme', $result) |
|
| 86 | + || ! array_key_exists('host', $result) |
|
| 87 | + || ! array_key_exists('path', $result)) { |
|
| 88 | 88 | return false; |
| 89 | 89 | } |
| 90 | 90 | |
| 91 | - return $result['scheme'] . '/' . $result['host'] . $result['path']; |
|
| 91 | + return $result['scheme'].'/'.$result['host'].$result['path']; |
|
| 92 | 92 | } |
| 93 | 93 | |
| 94 | - private function get_meta( $entity_url ) { |
|
| 94 | + private function get_meta($entity_url) { |
|
| 95 | 95 | |
| 96 | - $cache_results = $this->cache_service->get( $entity_url ); |
|
| 96 | + $cache_results = $this->cache_service->get($entity_url); |
|
| 97 | 97 | |
| 98 | - if ( false !== $cache_results ) { |
|
| 98 | + if (false !== $cache_results) { |
|
| 99 | 99 | return $cache_results; |
| 100 | 100 | } |
| 101 | 101 | |
| 102 | - $formatted_url = self::format_entity_url( $entity_url ); |
|
| 102 | + $formatted_url = self::format_entity_url($entity_url); |
|
| 103 | 103 | |
| 104 | - if ( ! $formatted_url ) { |
|
| 104 | + if ( ! $formatted_url) { |
|
| 105 | 105 | return array(); |
| 106 | 106 | } |
| 107 | 107 | |
| 108 | - $meta_url = 'https://api.wordlift.io/id/' . $formatted_url; |
|
| 108 | + $meta_url = 'https://api.wordlift.io/id/'.$formatted_url; |
|
| 109 | 109 | |
| 110 | - $response = wp_remote_get( $meta_url ); |
|
| 110 | + $response = wp_remote_get($meta_url); |
|
| 111 | 111 | |
| 112 | - if ( is_wp_error( $response ) |
|
| 113 | - || ! isset( $response['response']['code'] ) |
|
| 114 | - || 2 !== (int) $response['response']['code'] / 100 ) { |
|
| 112 | + if (is_wp_error($response) |
|
| 113 | + || ! isset($response['response']['code']) |
|
| 114 | + || 2 !== (int) $response['response']['code'] / 100) { |
|
| 115 | 115 | return false; |
| 116 | 116 | } |
| 117 | 117 | |
| 118 | - if ( ! is_wp_error( $response ) ) { |
|
| 119 | - $meta = json_decode( wp_remote_retrieve_body( $response ), true ); |
|
| 120 | - $this->cache_service->put( $entity_url, $meta ); |
|
| 118 | + if ( ! is_wp_error($response)) { |
|
| 119 | + $meta = json_decode(wp_remote_retrieve_body($response), true); |
|
| 120 | + $this->cache_service->put($entity_url, $meta); |
|
| 121 | 121 | |
| 122 | 122 | return $meta; |
| 123 | 123 | } |
@@ -126,14 +126,14 @@ discard block |
||
| 126 | 126 | |
| 127 | 127 | } |
| 128 | 128 | |
| 129 | - private function get_meta_for_entities( $entities ) { |
|
| 129 | + private function get_meta_for_entities($entities) { |
|
| 130 | 130 | |
| 131 | 131 | $filtered_entities = array(); |
| 132 | - foreach ( $entities as $entity ) { |
|
| 132 | + foreach ($entities as $entity) { |
|
| 133 | 133 | $entity['meta'] = array(); |
| 134 | - $meta = $this->get_meta( $entity['entityId'] ); |
|
| 135 | - if ( $meta ) { |
|
| 136 | - $meta = Default_Entity_List::compact_jsonld( $meta ); |
|
| 134 | + $meta = $this->get_meta($entity['entityId']); |
|
| 135 | + if ($meta) { |
|
| 136 | + $meta = Default_Entity_List::compact_jsonld($meta); |
|
| 137 | 137 | $entity['meta'] = $meta; |
| 138 | 138 | $filtered_entities[] = $entity; |
| 139 | 139 | } |
@@ -148,11 +148,11 @@ discard block |
||
| 148 | 148 | * |
| 149 | 149 | * @return array |
| 150 | 150 | */ |
| 151 | - public function get_entities_by_search_query( $tag_name ) { |
|
| 151 | + public function get_entities_by_search_query($tag_name) { |
|
| 152 | 152 | $response = $this->api_service->request( |
| 153 | 153 | 'POST', |
| 154 | 154 | '/analysis/single', |
| 155 | - array( 'Content-Type' => 'application/json' ), |
|
| 155 | + array('Content-Type' => 'application/json'), |
|
| 156 | 156 | wp_json_encode( |
| 157 | 157 | array( |
| 158 | 158 | 'content' => $tag_name, |
@@ -164,17 +164,17 @@ discard block |
||
| 164 | 164 | ) |
| 165 | 165 | ); |
| 166 | 166 | |
| 167 | - if ( ! $response->is_success() ) { |
|
| 167 | + if ( ! $response->is_success()) { |
|
| 168 | 168 | return false; |
| 169 | 169 | } |
| 170 | 170 | |
| 171 | - $response = json_decode( $response->get_body(), true ); |
|
| 171 | + $response = json_decode($response->get_body(), true); |
|
| 172 | 172 | |
| 173 | - if ( ! array_key_exists( 'entities', $response ) ) { |
|
| 173 | + if ( ! array_key_exists('entities', $response)) { |
|
| 174 | 174 | return false; |
| 175 | 175 | } |
| 176 | 176 | |
| 177 | - $entities = $this->get_meta_for_entities( $response['entities'] ); |
|
| 177 | + $entities = $this->get_meta_for_entities($response['entities']); |
|
| 178 | 178 | |
| 179 | 179 | return $entities; |
| 180 | 180 | } |
@@ -182,7 +182,7 @@ discard block |
||
| 182 | 182 | public function get_scope() { |
| 183 | 183 | $service = \Wordlift_Configuration_Service::get_instance(); |
| 184 | 184 | |
| 185 | - return count( $service->get_network_dataset_ids() ) > 0 ? 'network-only' : 'cloud-only'; |
|
| 185 | + return count($service->get_network_dataset_ids()) > 0 ? 'network-only' : 'cloud-only'; |
|
| 186 | 186 | } |
| 187 | 187 | |
| 188 | 188 | } |