whip_register_hooks
whip_register_hooks
Appears in: wordpress-seo.19.13
Hook Type: action
See hook in action
Displaying hooks found in version: wordpress-seo.19.13do_action('whip_register_hooks') is found 1 times:
- /vendor/yoast/whip/src/facades/wordpress.php line 50
* Fires during hooks registration for the message presenter. * * @param \Whip_WPMessagePresenter $presenter Message presenter instance. */ do_action( 'whip_register_hooks', $presenter ); } }