bbp_set_200()
Sets the 200 status header.
Description Description
Source Source
File: includes/common/functions.php
function bbp_set_200() { status_header( 200 ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |
Sets the 200 status header.
File: includes/common/functions.php
function bbp_set_200() { status_header( 200 ); }
Version | Description |
---|---|
2.6.0 | Introduced. |