myblogs_allblogs_options
Fires before the sites list on the My Sites screen.
Usage
add_action( 'myblogs_allblogs_options', 'wp_kama_myblogs_allblogs_options_action' ); /** * Function for `myblogs_allblogs_options` action-hook. * * @return void */ function wp_kama_myblogs_allblogs_options_action(){ // action... }
Changelog
Since 3.0.0 | Introduced. |
Where the hook is called
In file: /wp-admin/my-sites.php
wp-admin/my-sites.php 107
do_action( 'myblogs_allblogs_options' );