key, [] ); return []; } $extracted_command = $this->command_extract_args( $command, $args ); $command = $extracted_command->command; $args = $extracted_command->args; $format = isset( $this->command_formats[ $command ] ) ? $this->command_formats[ $command ] : false; $command_processors = $controller_instance->get_processors( $command ); $endpoint = $this->command_to_endpoint( $command, $format, $args ); $this->run_processors( $command_processors, Processor\Before::class, [ $args ] ); $response = $this->run_request( $endpoint, $args, $method ); $result = $response->get_data(); if ( $response->is_error() ) { $this->set_cache( $key, [] ); return []; } $result = $this->run_processors( $command_processors, Processor\After::class, [ $args, $result ] ); $this->set_cache( $key, $result ); return $result; } public function is_internal() { return $this->is_internal; } }
Fatal error: Uncaught Error: Class 'Elementor\Data\V2\Manager' not found in /home/sportuga/public_html/wp-content/plugins/elementor/includes/plugin.php:845 Stack trace: #0 /home/sportuga/public_html/wp-content/plugins/elementor/includes/plugin.php(620): Elementor\Plugin->__construct() #1 /home/sportuga/public_html/wp-content/plugins/elementor/includes/plugin.php(861): Elementor\Plugin::instance() #2 /home/sportuga/public_html/wp-content/plugins/elementor/elementor.php(53): require('/home/sportuga/...') #3 /home/sportuga/public_html/wp-settings.php(517): include_once('/home/sportuga/...') #4 /home/sportuga/public_html/wp-config.php(102): require_once('/home/sportuga/...') #5 /home/sportuga/public_html/wp-load.php(50): require_once('/home/sportuga/...') #6 /home/sportuga/public_html/wp-blog-header.php(13): require_once('/home/sportuga/...') #7 /home/sportuga/public_html/index.php(17): require('/home/sportuga/...') #8 {main} thrown in /home/sportuga/public_html/wp-content/plugins/elementor/includes/plugin.php on line 845