Filter hook 'myblogs_blog_actions'

in WP Core File wp-admin/my-sites.php at line 153

Description

Filters the row links displayed for each site on the My Sites screen.

Occurrences

Filename Line Number
wp-admin/my-sites.php 153

Parameters

Type Name Description
string $actions The HTML site link markup.
object $user_blog An object containing the site data.

PHP Doc

/**
		 * 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.
		 */