WP_Rewrite::__construct()publicWP 1.5.0

Constructor - Calls init(), which runs setup.

Method of the class: WP_Rewrite{}

No Hooks.

Return

null. Nothing (null).

Usage

global $wp_rewrite;
$wp_rewrite->__construct();

Changelog

Since 1.5.0 Introduced.

WP_Rewrite::__construct() code WP 6.7.1

public function __construct() {
	$this->init();
}