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