n. * * Used to add a new section of controls to the stack. * * @access public * * @param string $id Section ID. * @param array $args Section arguments. */ public function start_controls_section( $id, $args = [] ) { $this->parent->start_controls_section( $this->get_control_id( $id ), $args ); } /** * End controls section. * * Used to close an existing open controls section. * * @access public */ public function end_controls_section() { $this->parent->end_controls_section(); } /** * Start controls tabs. * * Used to add a new set of tabs inside a section. * * @access public * * @param string $id Control ID. */ public function start_controls_tabs( $id ) { $this->parent->start_controls_tabs( $this->get_control_id( $id ) ); } public function start_controls_tab( $id, $args ) { $this->parent->start_controls_tab( $this->get_control_id( $id ), $args ); } /** * End controls tabs. * * Used to close an existing open controls tabs. * * @access public */ public function end_controls_tab() { $this->parent->end_controls_tab(); } /** * End controls tabs. * * Used to close an existing open controls tabs. * * @access public */ public function end_controls_tabs() { $this->parent->end_controls_tabs(); } }
Fatal error: Uncaught Error: Class "Elementor\Sub_Controls_Stack" not found in /htdocs/tripotholdemclub.fr/wp-content/plugins/elementor/includes/base/skin-base.php:20 Stack trace: #0 /htdocs/tripotholdemclub.fr/wp-content/plugins/elementor/includes/managers/skins.php(111): require() #1 /htdocs/tripotholdemclub.fr/wp-content/plugins/elementor/includes/plugin.php(719): Elementor\Skins_Manager->__construct() #2 /htdocs/tripotholdemclub.fr/wp-content/plugins/elementor/includes/plugin.php(647): Elementor\Plugin->init_components() #3 /htdocs/tripotholdemclub.fr/wp-includes/class-wp-hook.php(310): Elementor\Plugin->init('') #4 /htdocs/tripotholdemclub.fr/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters(NULL, Array) #5 /htdocs/tripotholdemclub.fr/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #6 /htdocs/tripotholdemclub.fr/wp-settings.php(632): do_action('init') #7 /htdocs/tripotholdemclub.fr/wp-config.php(106): require_once('/htdocs/tripoth...') #8 /htdocs/tripotholdemclub.fr/wp-load.php(50): require_once('/htdocs/tripoth...') #9 /htdocs/tripotholdemclub.fr/wp-blog-header.php(13): require_once('/htdocs/tripoth...') #10 /htdocs/tripotholdemclub.fr/index.php(17): require('/htdocs/tripoth...') #11 {main} thrown in /htdocs/tripotholdemclub.fr/wp-content/plugins/elementor/includes/base/skin-base.php on line 20