WPSEO_Cornerstone_Filter::get_label
Returns the label for this filter.
Метод класса: WPSEO_Cornerstone_Filter{}
Хуков нет.
Возвращает
Строку. The label for this filter.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_label();
Код WPSEO_Cornerstone_Filter::get_label() WPSEO Cornerstone Filter::get label Yoast 26.7
protected function get_label() {
return __( 'Cornerstone content', 'wordpress-seo' );
}