2222*2223* @since 2.9.02224*2225* @param string$location The destination URL.2226* @param int$post_id The post ID.2227*/2228wp_redirect(apply_filters('redirect_post_location',$location,$post_id));2229exit;2230}22312232/**2233* Sanitizes POST values from a checkbox taxonomy metabox.2234*
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.