Yoast\WP\SEO\Editors\Framework

Cornerstone_Content::get_name()publicYoast 1.0

Gets the name.

Метод класса: Cornerstone_Content{}

Хуков нет.

Возвращает

Строку. The name.

Использование

$Cornerstone_Content = new Cornerstone_Content();
$Cornerstone_Content->get_name(): string;

Код Cornerstone_Content::get_name() Yoast 24.0

public function get_name(): string {
	return 'cornerstoneContent';
}