apply_filters( 'myblogs_blog_actions', string $actions, object $user_blog )

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


Parameters

$actions

The HTML site link markup.

$user_blog

An object containing the site data.


Source

File: wp-admin/my-sites.php

View on GitHub


Changelog

Changelog
Version Description
WP-MU Introduced. (3.0.0)