%4it-f Apdocs/wp-content/plugins/ultimate-addons-for-gutenberg/classes/migration/class-uagb-background-process.phptm_source=liteplut/** * Plugin version. * * @var string * @since 1.9 * @access private * @author Grégory Viguier */ss. See how visitor/** * Required WordPress version. * * @var string * @since 1.9 * @access private * @author Grégory Viguier */s.com/lz/** * Required PHP version. * * @var string * @since 1.9 * @access private * @author Grégory Viguier */ast: 5.6.0 @4 04censD4 G74TextԌ4 24ytic04ess * Domain Path: /languages * *nj4e *4C) 2008-2024, MonsterInsights, support@monsterinsights.com * * This program is free software: you can redistribute it and/"h/var/www/vhosts/kredit-fabrik.de/httpdocs/wp-content/plugins/imagify/vendor/composer/autoload_static.php 3 of the License, or * (at yoj/** * @param array $classMap Class to filename map * * @return void */thout even the implied warran/** * Can be used to check if the autoloader uses the include path to check * for classes. * * @return bool */m/** * Should class lookup fail if not found in the current class map? * * @return bool */gin * @copyright t/** * The APCu prefix in use, or null if APCu caching is not enabled. * * @return string|null */directly. if ( ! dek/** * @param string $class * @param string $ext * @return string|false */$_GET['amp'] ) || ( funct8RRVP??CURV\D4`AT(RVPARRV0B> @8RRVPW?CURV\D4`YT(RVPYRRV0Z> @r/var/www/vhosts/kredit-fabrik.de/httpdocs/wp-content/plugins/imagify/vendor/composer/../wp-media/plugin-family/srcss MonsterInsights_Li"h/var/www/vhosts/kredit-fabrik.de/httpdocs/wp-content/plugins/imagify/vendor/composer/autoload_static.phpnsights class. */ public sta@4 * Plugin version, used for cache-busting of style and script file references. * * @since 6.0.0 * @access public * @var string $vez/var/www/vhosts/kredit-fabrik.de/httpdocs/wp-content/plugins/imagify/vendor/composer/../../inc/3rd-party/wp-rocket/classese constant fo@4ublic $file; /** * The name of the plugin. * * @since 6.0.0 * @access public * @var string $plugin_name Plugin name. */ publi/var/www/vhosts/kredit-fabrik.de/httpdocs/wp-content/plugins/imagify/vendor/composer/../../inc/3rd-party/regenerate-thumbnails/classesl@4ugin_slug = 'monsterinsights-lite'; /** * Holds instance of MonsterInsights License class. * * @since 6.0.0 * @access public * @/var/www/vhosts/kredit-fabrik.de/httpdocs/wp-content/plugins/imagify/vendor/composer/../../inc/3rd-party/nextgen-gallery/classes * @4access public * @var MonsterInsights_Admin_Notice $notices Instance of Admin Notice class. */ public $notices; /** * Holds instance/var/www/vhosts/kredit-fabrik.de/httpdocs/wp-content/plugins/imagify/vendor/composer/../../inc/3rd-party/formidable-pro/classes */ pu`@4** * Holds instance of MonsterInsights Notifications class. * * @since 7.11 * @access public * @var MonsterInsights_Notifications $notifications Instance of Notifications class. */ public $notifications; /** * Holds insct_cache, 'WP_Object_Cache' ) ) { return; } // Not all drop-ins support these props, however, there may be existing installations that rely on these being cleared. if ( property_exists( $wp_object_cache, 'group_ops' ) ) { $wp_object_cache->group_ops = array(); } if ( property_exists( $wp_object_cache, 'stats' ) ) { $wp_object_cache->stats = array(); } if ( property_exists( $wp_object_cache, 'memcache_debug' ) ) { $wp_object_cache->memcache_debug = array(); } if ( property_exists( $wp_object_cache, 'cache' ) ) { $wp_object_cache->cache = array(); } if ( is_callable( array( $wp_object_cache, '__remoteset' ) ) ) { call_user_func( array( $wp_object_cache, '__remoteset' ) ); // important! } } /** * Connect to table datastores if migration is complete. * Otherwise, proceed with the migration if the dependencies have been met. */ public static function init() { if ( self::is_migration_complete() ) { add_filter( 'action_scheduler_store_class', array( 'ActionScheduler_DataController', 'set_store_class' ), 100 ); add_filter( 'action_scheduler_logger_class', array( 'ActionScheduler_DataController', 'set_logger_class' ), 100 ); add_action( 'deactivate_plugin', array( 'ActionScheduler_DataController', 'mark_migration_incomplete' ) ); } elseif ( self::dependencies_met() ) { Controller::init(); } add_action( 'action_scheduler/progress_tick', array( 'ActionScheduler_DataController', 'maybe_free_memory' ) ); } /** * Singleton factory. */ public static function instance() { if ( ! isset( self::$instance ) ) { self::$instance = new static(); } return self::$instance; } }