bbp_get_reply_admin_links

bbp_get_reply_admin_links

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_admin_links') is found 1 times:

  • /includes/replies/template.php line 1816
    1812
    1813
    1814
    1815
    1816
    1817
    1818
    1819
    1820
    1821
    1822
            $links  = implode( $r['sep'], array_filter( $r['links'] ) );
            $retval = $r['before'] . $links . $r['after'];
     
            // Filter & return
            return apply_filters( 'bbp_get_reply_admin_links', $retval, $r, $args );
        }
     
    /**
     * Output the edit link of the reply
     *
     * @since 2.0.0 bbPress (r2740)