WP_Rewrite::__construct

Advertisement

Summery Summery

Constructor – Calls init(), which runs setup.

Syntax Syntax

WP_Rewrite::__construct()

Source Source

File: wp-includes/class-wp-rewrite.php

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

Advertisement

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Advertisement

Leave a Reply