Yoast\WP\SEO\Dashboard\User_Interface\Setup
Setup_Flow_Interceptor::register_hooks()
Registers our redirect back to our dashboard all the way at the end of the admin init to make sure everything from the Site Kit callback can be finished.
Метод класса: Setup_Flow_Interceptor{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Setup_Flow_Interceptor = new Setup_Flow_Interceptor(); $Setup_Flow_Interceptor->register_hooks();
Код Setup_Flow_Interceptor::register_hooks() Setup Flow Interceptor::register hooks Yoast 25.1
public function register_hooks() { \add_action( 'admin_init', [ $this, 'intercept_site_kit_setup_flow' ], 999 ); }