On this page
WP_Rewrite::__construct()
Constructor – Calls init() , which runs setup.
Source
File: wp-includes/class-wp-rewrite.php. View all references
public function __construct() {
$this->init();
}
Related
Uses
| Uses | Description |
|---|---|
| WP_Rewrite::init() wp-includes/class-wp-rewrite.php | Sets up the object’s properties. |
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_rewrite/__construct