array( $migration_status ) || ! isset( $migration_status['version'] ) ) { $migration_status = [ 'version' => '0.0' ]; } if ( ! isset( $this->migration_options[ $current_blog_id ] ) ) { $this->migration_options[ $current_blog_id ] = []; } $this->migration_options[ $current_blog_id ][ $name ] = $migration_status; } return $this->migration_options[ $current_blog_id ][ $name ]; } /** * Retrieves the migration option. * * @param string $name The name of the migration. * @param array $migration_status The migration status. * * @return bool True if the status was succesfully updated, false otherwise. */ protected function set_migration_status( $name, $migration_status ) { if ( ! \is_array( $migration_status ) || ! isset( $migration_status['version'] ) ) { return false; } $current_blog_id = \get_current_blog_id(); if ( ! isset( $this->migration_options[ $current_blog_id ] ) ) { $this->migration_options[ $current_blog_id ] = []; } $this->migration_options[ $current_blog_id ][ $name ] = $migration_status; return \update_option( self::MIGRATION_OPTION_KEY . $name, $migration_status ); } }
Fatal error: Uncaught Error: Interface "Elementor\Modules\Checklist\Checklist_Module_Interface" not found in /htdocs/wp-content/plugins/elementor/modules/checklist/module.php:20 Stack trace: #0 /htdocs/wp-content/plugins/elementor/includes/autoloader.php(300): require() #1 /htdocs/wp-content/plugins/elementor/includes/autoloader.php(336): Elementor\Autoloader::load_class('Modules\\Checkli...') #2 /htdocs/wp-content/plugins/elementor/core/modules-manager.php(53): Elementor\Autoloader::autoload('Elementor\\Modul...') #3 /htdocs/wp-content/plugins/elementor/includes/plugin.php(703): Elementor\Core\Modules_Manager->__construct() #4 /htdocs/wp-content/plugins/elementor/includes/plugin.php(621): Elementor\Plugin->init_components() #5 /htdocs/wp-includes/class-wp-hook.php(341): Elementor\Plugin->init('') #6 /htdocs/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters(NULL, Array) #7 /htdocs/wp-includes/plugin.php(522): WP_Hook->do_action(Array) #8 /htdocs/wp-settings.php(742): do_action('init') #9 /htdocs/wp-config.php(105): require_once('/htdocs/wp-sett...') #10 /htdocs/wp-load.php(50): require_once('/htdocs/wp-conf...') #11 /htdocs/wp-blog-header.php(13): require_once('/htdocs/wp-load...') #12 /htdocs/index.php(41): require('/htdocs/wp-blog...') #13 {main} thrown in /htdocs/wp-content/plugins/elementor/modules/checklist/module.php on line 20