PHP Class WPSEO_Metabox_Addon_Tab_Section, wordpress-seo

Inheritance: extends WPSEO_Metabox_Tab_Section
Show file Open project: yoast/wordpress-seo

Public Methods

Method Description
display_content ( ) Applies the actions for adding a tab to the metabox.

Protected Methods

Method Description
has_tabs ( ) : boolean WPSEO_Metabox_Addon_Section always has "tabs", represented by registered actions. If this is not the case, it should not be instantiated.

Method Details

display_content() public method

Applies the actions for adding a tab to the metabox.
public display_content ( )

has_tabs() protected method

WPSEO_Metabox_Addon_Section always has "tabs", represented by registered actions. If this is not the case, it should not be instantiated.
protected has_tabs ( ) : boolean
return boolean