bbp_reply_admin_links

bbp_reply_admin_links

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_reply_admin_links') is found 1 times:

  • /includes/replies/template.php line 1786
    1782
    1783
    1784
    1785
    1786
    1787
    1788
    1789
    1790
    1791
    1792
    }
     
    // If no links were passed, default to the standard
    if ( empty( $r['links'] ) ) {
        $r['links'] = apply_filters( 'bbp_reply_admin_links', array(
            'edit'    => bbp_get_reply_edit_link   ( $r ),
            'move'    => bbp_get_reply_move_link   ( $r ),
            'split'   => bbp_get_topic_split_link  ( $r ),
            'trash'   => bbp_get_reply_trash_link  ( $r ),
            'spam'    => bbp_get_reply_spam_link   ( $r ),
            'approve' => bbp_get_reply_approve_link( $r ),