in_post_elementor_pro_activate_license', [ $this, 'action_activate_license' ] ); add_action( 'admin_post_elementor_pro_deactivate_license', [ $this, 'action_deactivate_license' ] ); add_action( 'admin_notices', [ $this, 'admin_license_details' ], 20 ); add_filter( 'elementor/core/admin/notices', function( $notices ) { $notices[] = new Trial_Period_Notice(); $notices[] = new Trial_Expired_Notice(); return $notices; } ); add_action( 'deactivate_plugin', [ $this, 'on_deactivate_plugin' ] ); // Add the license key to Templates Library requests add_filter( 'elementor/api/get_templates/body_args', [ $this, 'filter_library_get_templates_args' ] ); add_filter( 'elementor/finder/categories', [ $this, 'add_finder_item' ] ); add_filter( 'plugin_action_links_' . ELEMENTOR_PRO_PLUGIN_BASE, [ $this, 'plugin_action_links' ], 50 ); add_filter( 'plugin_auto_update_setting_html', [ $this, 'plugin_auto_update_setting_html' ], 10, 2 ); $this->handle_dashboard_admin_widget(); } }
Fatal error: Uncaught Error: Class 'ElementorPro\License\Admin' not found in /home/sportuga/public_html/wp-content/plugins/elementor-pro/plugin.php:504 Stack trace: #0 /home/sportuga/public_html/wp-content/plugins/elementor-pro/plugin.php(139): ElementorPro\Plugin->__construct() #1 /home/sportuga/public_html/wp-content/plugins/elementor-pro/plugin.php(542): ElementorPro\Plugin::instance() #2 /home/sportuga/public_html/wp-content/plugins/elementor-pro/elementor-pro.php(68): require('/home/sportuga/...') #3 /home/sportuga/public_html/wp-includes/class-wp-hook.php(324): elementor_pro_load_plugin('') #4 /home/sportuga/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #5 /home/sportuga/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #6 /home/sportuga/public_html/wp-settings.php(550): do_action('plugins_loaded') #7 /home/sportuga/public_html/wp-config.php(102): require_once('/home/sportuga/...') #8 /home/sportuga/public_html/wp-load.php(50): require_once('/home/sportuga/...') in /home/sportuga/public_html/wp-content/plugins/elementor-pro/plugin.php on line 504