Yoast\WP\SEO\Presentations
Abstract_Presentation::is_prototype() protected Yoast 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() Abstract Presentation::is prototype Yoast 15.6.2
protected function is_prototype() {
return $this->is_prototype;
}