WPSEO_Metabox_Section_Inclusive_Language::display_link()
Outputs the section link.
Метод класса: WPSEO_Metabox_Section_Inclusive_Language{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WPSEO_Metabox_Section_Inclusive_Language = new WPSEO_Metabox_Section_Inclusive_Language(); $WPSEO_Metabox_Section_Inclusive_Language->display_link();
Код WPSEO_Metabox_Section_Inclusive_Language::display_link() WPSEO Metabox Section Inclusive Language::display link Yoast 24.7
public function display_link() { printf( '<li role="presentation"><a role="tab" href="#wpseo-meta-section-%1$s" id="wpseo-meta-tab-%1$s" aria-controls="wpseo-meta-section-%1$s" class="wpseo-meta-section-link"> <div class="wpseo-score-icon-container" id="wpseo-inclusive-language-score-icon"></div><span>%2$s</span></a></li>', esc_attr( $this->name ), esc_html__( 'Inclusive language', 'wordpress-seo' ) ); }