wpseo_option_tab- . $tab_filter_name, null, $option_tabs, $tab
wpseo_option_tab- . $tab_filter_name, null, $option_tabs, $tab
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_option_tab- . $tab_filter_name, null, $option_tabs, $tab') is found 1 times:
- /admin/class-option-tabs-formatter.php line 75
* @param string|null $tab_contents The content that should be displayed for this tab. Leave empty for default behaviour. * @param WPSEO_Option_Tabs $option_tabs The registered option tabs. * @param WPSEO_Option_Tab $tab The tab that is being displayed. */ $option_tab_content = apply_filters( 'wpseo_option_tab-' . $tab_filter_name, null, $option_tabs, $tab ); if ( ! empty( $option_tab_content ) ) { echo wp_kses_post( $option_tab_content ); } if ( empty( $option_tab_content ) ) { // Output the settings view for all tabs.