myblogs_allblogs_options action-hookWP 3.0.0

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
myblogs_allblogs_options
wp-admin/my-sites.php 107
do_action( 'myblogs_allblogs_options' );

Where the hook is used in WordPress

Usage not found.