Méthode |
Description |
|
get_buy_premium_link ( ) : string |
Returns a link to activate the Buy Premium tab. |
|
get_buy_premium_section ( ) : WPSEO_Metabox_Section |
Returns the metabox section for the Premium section. |
|
get_content_meta_section ( ) : WPSEO_Metabox_Section |
Returns the metabox section for the content analysis. |
|
get_content_sections ( ) : WPSEO_Metabox_Section[] |
Returns the relevant metabox sections for the current view. |
|
get_settings_meta_section ( ) : WPSEO_Metabox_Section |
Returns the metabox section for the settings. |
|
get_social_meta_section ( ) : WPSEO_Metabox_Section |
Returns the metabox section for the social settings. |
|
tax_is_public ( ) |
Test whether we are on a public taxonomy - no metabox actions needed if we are not
Unfortunately we have to hook most everything in before the point where all taxonomies are registered and
we know which taxonomy is being requested, so we need to use this check in nearly every hooked in function. |
|