Sets the 3-digit HTTP status code.
Parameters
-
$codeint 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.