bbp_get_reply_raw_revision_log

bbp_get_reply_raw_revision_log

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_raw_revision_log') is found 1 times:

  • /includes/replies/template.php line 793
    789
    790
    791
    792
    793
    794
    795
    796
    797
    798
    799
                    ? $revision_log
                    : array();
     
                // Filter & return
                return apply_filters( 'bbp_get_reply_raw_revision_log', $revision_log, $reply_id );
            }
     
    /**
     * Return the revisions of the reply
     *
     * @since 2.0.0 bbPress (r2782)