bbp_get_topic_raw_revision_log

bbp_get_topic_raw_revision_log

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_raw_revision_log') is found 1 times:

  • /includes/topics/template.php line 957
    953
    954
    955
    956
    957
    958
    959
    960
    961
    962
    963
                    ? $revision_log
                    : array();
     
                // Filter & return
                return apply_filters( 'bbp_get_topic_raw_revision_log', $revision_log, $topic_id );
            }
     
    /**
     * Return the revisions of the topic
     *
     * @since 2.0.0 bbPress (r2782)