WPSEO_Metabox_Section_Inclusive_Language::display_content()publicYoast 1.0

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() Yoast 22.4

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>';
}