You appear to be a bot. Output may be restricted
Description
Display the tabs.
Usage
WPSEO_Option_Tabs::display( $yform );
Parameters
- $yform
- ( Yoast_Form ) required – Yoast Form needed in the views.
Returns
void
Source
File name: wordpress-seo/admin/class-option-tabs.php
Lines:
1 to 4 of 4
public function display( Yoast_Form $yform ) { $formatter = new WPSEO_Option_Tabs_Formatter(); $formatter->run( $this, $yform ); }