myblogs_allblogs_options action-hook . WP 3.0.0
Fires before the sites list on the My Sites screen.
Usage
add_action( 'myblogs_allblogs_options', 'action_function_name_2965' ); function action_function_name_2965(){ // action... }
Changelog
Since 3.0.0 | Introduced. |
Where the hook is called
In file: /wp-admin/my-sites.php
wp-admin/my-sites.php 92
do_action( 'myblogs_allblogs_options' );