WP_Rewrite::__construct()
Constructor – Calls init() , which runs setup.
Contents
Source
File: wp-includes/class-wp-rewrite.php
.
View all references
public function __construct() {
$this->init();
}
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |