bbp_get_topic_revision_log

bbp_get_topic_revision_log

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_revision_log') is found 1 times:

  • /includes/topics/template.php line 938
    935
    936
    937
    938
    939
    940
    941
    942
    943
    944
        $retval .= "\n" . '</ul>' . "\n\n";
     
        // Filter & return
        return apply_filters( 'bbp_get_topic_revision_log', $retval, $topic_id );
    }
        /**
         * Return the raw revision log of the topic
         *
         * @since 2.0.0 bbPress (r2782)
         *