wpsc_catch_status_header()
No Hooks.
Return
null
. Nothing (null).
Usage
wpsc_catch_status_header( $status_header, $code );
- $status_header (required)
- -
- $code (required)
- -
wpsc_catch_status_header() wpsc catch status header code WPSCache 1.12.4
function wpsc_catch_status_header( $status_header, $code ) { if ( $code != 200 ) { wpsc_catch_http_status_code( $code ); } return $status_header; }