bbp_get_reply_revision_log

bbp_get_reply_revision_log

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_revision_log') is found 1 times:

  • /includes/replies/template.php line 775
    772
    773
    774
    775
    776
    777
    778
    779
    780
    781
        $r .= "\n" . '</ul>' . "\n\n";
     
        // Filter & return
        return apply_filters( 'bbp_get_reply_revision_log', $r, $reply_id );
    }
        /**
         * Return the raw revision log of the reply
         *
         * @since 2.0.0 bbPress (r2782)
         *