Yoast\WP\SEO\User_Meta\User_Interface
Cleanup_Integration::register_hooks()
Registers action hook.
Метод класса: Cleanup_Integration{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Cleanup_Integration = new Cleanup_Integration(); $Cleanup_Integration->register_hooks(): void;
Код Cleanup_Integration::register_hooks() Cleanup Integration::register hooks Yoast 25.0
public function register_hooks(): void { \add_filter( 'wpseo_misc_cleanup_tasks', [ $this, 'add_user_meta_cleanup_tasks' ] ); }