bbp_get_forum_last_reply_url

bbp_get_forum_last_reply_url

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum_last_reply_url') is found 1 times:

  • /includes/forums/template.php line 1090
    1086
    1087
    1088
    1089
    1090
    1091
    1092
    1093
    1094
    1095
    1096
                }
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_forum_last_reply_url', $reply_url, $forum_id, $reply_id );
        }
     
    /**
     * Output author ID of last reply of forum
     *
     * @since 2.0.0 bbPress (r2625)