WPSEO_Metabox_Section_Inclusive_Language::display_content()
Outputs the section content.
Метод класса: WPSEO_Metabox_Section_Inclusive_Language{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WPSEO_Metabox_Section_Inclusive_Language = new WPSEO_Metabox_Section_Inclusive_Language(); $WPSEO_Metabox_Section_Inclusive_Language->display_content();
Код WPSEO_Metabox_Section_Inclusive_Language::display_content() WPSEO Metabox Section Inclusive Language::display content Yoast 24.7
public function display_content() { printf( '<div role="tabpanel" id="wpseo-meta-section-%1$s" aria-labelledby="wpseo-meta-tab-%1$s" tabindex="0" class="wpseo-meta-section">', esc_attr( $this->name ) ); echo '<div id="wpseo-metabox-inclusive-language-root" class="wpseo-metabox-root"></div>', '</div>'; }