WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about myblogs_blog_actions

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/my-sites.php apply_filters 139 /**
* 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 $actions The HTML site link markup.
object $user_blog An object containing the site data.