WP_Rewrite::__construct
Constructor - Calls init(), which runs setup.
Method of the class: WP_Rewrite{}
No Hooks.
Returns
null. Nothing (null).
Usage
global $wp_rewrite; $wp_rewrite->__construct();
Changelog
| Since 1.5.0 | Introduced. |
WP_Rewrite::__construct() WP Rewrite:: construct code WP 6.9
public function __construct() {
$this->init();
}