bbp_update_reply_revision_log

bbp_update_reply_revision_log

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_update_reply_revision_log') is found 1 times:

  • /includes/replies/functions.php line 1197
    1193
    1194
    1195
    1196
    1197
    1198
    1199
    1200
    1201
    1202
    1203
        // Finally, update
        update_post_meta( $r['reply_id'], '_bbp_revision_log', $revision_log );
     
        // Filter & return
        return apply_filters( 'bbp_update_reply_revision_log', $revision_log, $r['reply_id'] );
    }
     
    /**
     * Move reply handler
     *
     * Handles the front end move reply submission