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