bbp_update_reply_forum_id

bbp_update_reply_forum_id

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_update_reply_forum_id') is found 1 times:

  • /includes/replies/functions.php line 1033
    1029
    1030
    1031
    1032
    1033
    1034
    1035
    1036
    1037
    1038
    1039
        // Update the forum ID
        $retval = bbp_update_forum_id( $reply_id, $forum_id );
     
        // Filter & return
        return (int) apply_filters( 'bbp_update_reply_forum_id', $retval, $reply_id, $forum_id );
    }
     
    /**
     * Update the reply with its topic id it is in
     *
     * @since 2.0.0 bbPress (r2855)