WPSEO_Schema_Person_Upgrade_Notification::register_hooks()
Registers all hooks to WordPress
Метод класса: WPSEO_Schema_Person_Upgrade_Notification{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WPSEO_Schema_Person_Upgrade_Notification = new WPSEO_Schema_Person_Upgrade_Notification(); $WPSEO_Schema_Person_Upgrade_Notification->register_hooks();
Код WPSEO_Schema_Person_Upgrade_Notification::register_hooks() WPSEO Schema Person Upgrade Notification::register hooks Yoast 21.6
public function register_hooks() { add_action( 'admin_init', [ $this, 'handle_notification' ] ); }