bbp_reply_append_revisions

bbp_reply_append_revisions

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_reply_append_revisions') is found 1 times:

  • /includes/replies/template.php line 701
    697
    698
    699
    700
    701
    702
    703
    704
    705
    706
    707
        // Validate the ID
        $reply_id = bbp_get_reply_id( $reply_id );
     
        // Filter & return
        return apply_filters( 'bbp_reply_append_revisions', $content . bbp_get_reply_revision_log( $reply_id ), $content, $reply_id );
    }
     
    /**
     * Output the revision log of the reply
     *
     * @since 2.0.0 bbPress (r2782)