WPSEO_Metabox_Tab{}
Generates the HTML for a metabox tab.
Хуков нет.
Использование
$WPSEO_Metabox_Tab = new WPSEO_Metabox_Tab(); // use class methods
Методы
Код WPSEO_Metabox_Tab{} WPSEO Metabox Tab{} Yoast 24.7
interface WPSEO_Metabox_Tab { /** * Returns the html for the tab link. * * @return string */ public function link(); /** * Returns the html for the tab content. * * @return string */ public function content(); }