Yoast\WP\SEO\Integrations\Admin
Background_Indexing_Integration::register_hooks() public Yoast 1.0
Register hooks.
{} Это метод класса: Background_Indexing_Integration{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Background_Indexing_Integration = new Background_Indexing_Integration(); $Background_Indexing_Integration->register_hooks();
Код Background_Indexing_Integration::register_hooks() Background Indexing Integration::register hooks Yoast 15.6.2
public function register_hooks() {
\add_action( 'admin_init', [ $this, 'register_shutdown_indexing' ], 10 );
}