bbp_update_reply_topic_id

bbp_update_reply_topic_id

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_update_reply_topic_id') is found 1 times:

  • /includes/replies/functions.php line 1076
    1072
    1073
    1074
    1075
    1076
    1077
    1078
    1079
    1080
    1081
    1082
        // Update the topic ID
        $retval = bbp_update_topic_id( $reply_id, $topic_id );
     
        // Filter & return
        return (int) apply_filters( 'bbp_update_reply_topic_id', $retval, $reply_id, $topic_id );
    }
     
    /*
     * Update the meta data with its parent reply-to id, of a reply
     *
     * @since 2.4.0 bbPress (r4944)