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
Changelog
| Version | Description |
|---|---|
| MU (3.0.0) | Introduced. MU (3.0.0) |