You appear to be a bot. Output may be restricted
Description
Register a panel tab slug, in order to allow adding controls to this tab.
Usage
Elementor::add_yoast_panel_tab();
Parameters
Returns
void
Source
File name: wordpress-seo/src/integrations/third-party/elementor.php
Lines:
1 to 3 of 3
public function add_yoast_panel_tab() { Controls_Manager::add_tab( $this::YOAST_TAB, __( 'Yoast SEO', 'wordpress-seo' ) ); }