bbp_get_reply_edit_url

bbp_get_reply_edit_url

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_edit_url') is found 1 times:

  • /includes/replies/template.php line 1924
    1920
    1921
    1922
    1923
    1924
    1925
    1926
    1927
    1928
    1929
    1930
            // Maybe add view all
            $url = bbp_add_view_all( $url );
     
            // Filter & return
            return apply_filters( 'bbp_get_reply_edit_url', $url, $reply_id );
        }
     
    /**
     * Output the trash link of the reply
     *
     * @since 2.0.0 bbPress (r2740)

See this hook used in plugins: