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