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