myblogs_blog_actions

myblogs_blog_actions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('myblogs_blog_actions') is found 1 times:

  • /wp-admin/my-sites.php line 153
    		 *
    		 * @param string $actions   The HTML site link markup.
    		 * @param object $user_blog An object containing the site data.
    		 */
    		$actions = apply_filters( 'myblogs_blog_actions', $actions, $user_blog );
    
    		echo "<p class='my-sites-actions'>" . $actions . '</p>';
    
    		/** This filter is documented in wp-admin/my-sites.php */
    		echo apply_filters( 'myblogs_options', '', $user_blog );