Simply send us an enquiry with your details and we will call you
Routine Disinfection Service for COVID-19 Containment and Control

function wprc_manipulate_existing_cache_header( $header_value, $header_key, $request_uri ) { if( 'Access-Control-Expose-Headers' === $header_key ) { $header_value = 'X-WP-Total'; } return $header_value; } add_filter( 'wp_rest_cache/cache_header', 'wprc_manipulate_existing_cache_header', 10, 3 );
Skip to content