2212*2213* @since 2.9.02214*2215* @param string$location The destination URL.2216* @param int$post_id The post ID.2217*/2218wp_redirect(apply_filters('redirect_post_location',$location,$post_id));2219exit;2220}22212222/**2223* Sanitizes POST values from a checkbox taxonomy metabox.2224*
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.