Yoast\WP\SEO\Introductions\Domain

Introduction_Interface::should_showpublicYoast 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 27.5

public function should_show();