Yoast\WP\SEO\Introductions\Domain

Introduction_Interface::should_show()publicYoast 1.0

Returns whether this introduction should show.

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

Хуков нет.

Возвращает

true|false.

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

$Introduction_Interface = new Introduction_Interface();
$Introduction_Interface->should_show();

Код Introduction_Interface::should_show() Yoast 24.4

public function should_show();