WP_HTTP_Response::set_status( int   $code )

Sets the 3-digit HTTP status code.

Parameters

$code int required
HTTP status.

Source

public function set_status( $code ) {
	$this->status = absint( $code );
}

Changuelog

Versionen Description
4.4.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.