Yoast\WP\SEO\Actions\Importing
Abstract_Aioseo_Importing_Action::is_enabled()
Returns whether the importing action is enabled.
Метод класса: Abstract_Aioseo_Importing_Action{}
Хуков нет.
Возвращает
true|false
. True by default unless a child class overrides it.
Использование
$Abstract_Aioseo_Importing_Action = new Abstract_Aioseo_Importing_Action(); $Abstract_Aioseo_Importing_Action->is_enabled();
Код Abstract_Aioseo_Importing_Action::is_enabled() Abstract Aioseo Importing Action::is enabled Yoast 24.4
public function is_enabled() { return true; }