WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about myblogs_options

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/my-sites.php apply_filters 110 /**
* Enable the Global Settings section on the My Sites screen.
*
* By default, the Global Settings section is hidden. Passing a non-empty
* string to this filter will enable the section, and allow new settings
* to be added, either globally or for specific sites.
*
* @since MU (3.0.0)
*
* @param string $settings_html The settings HTML markup. Default empty.
* @param string $context Context of the setting (global or site-specific). Default 'global'.
*/
wp-admin/my-sites.php apply_filters 144 /**
* Filters the row links displayed for each site on the My Sites screen.
*
* @since MU (3.0.0)
*
* @param string $actions The HTML site link markup.
* @param object $user_blog An object containing the site data.
*/

Hook Parameters

Parameter Type Name Description
string $settings_html The settings HTML markup. Default empty.
string $context Context of the setting (global or site-specific). Default 'global'.
string $settings_html The settings HTML markup. Default empty.
string $context Context of the setting (global or site-specific). Default 'global'.