Yoast\WP\SEO\Presentations

Abstract_Presentation::is_prototype()protectedYoast 1.0

Returns true if this class is a prototype.

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

Хуков нет.

Возвращает

true|false. If this class is a prototype or not.

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->is_prototype();

Код Abstract_Presentation::is_prototype() Yoast 23.7

protected function is_prototype() {
	return $this->is_prototype;
}