myblogs_blog_actions

最后更新于:2021-11-27 08:45:55

apply_filters( ‘myblogs_blog_actions’, string $actions, object $user_blog )

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

参数

$actions

(string)
The HTML site link markup.

$user_blog

(object)
An object containing the site data.

源文件

文件: gc-admin/my-sites.php

View on Trac