myblogs_blog_actions

myblogs_blog_actions

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('myblogs_blog_actions') is found 1 times:

  • /wp-admin/my-sites.php line 153
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    *
     * @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 );