bbp_set_200()

Sets the 200 status header.


Description Description


Source Source

File: includes/common/functions.php

function bbp_set_200() {
	status_header( 200 );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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