Yoast\WP\SEO\Introductions\Domain
Introduction_Interface::should_show()
Returns whether this introduction should show.
Метод класса: Introduction_Interface{}
Хуков нет.
Возвращает
true|false
.
Использование
$Introduction_Interface = new Introduction_Interface(); $Introduction_Interface->should_show();
Код Introduction_Interface::should_show() Introduction Interface::should show Yoast 24.4
public function should_show();