WP_Rewrite::get_day_permastruct

Advertisement

Summery Summery

Retrieves the day permalink structure with month and year.

Syntax Syntax

WP_Rewrite::get_day_permastruct()

Description Description

Keeps date permalink structure with all year, month, and day.

Return Return

(string|false) Year/Month/Day permalink structure on success, false on failure.

Source Source

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

	public function get_day_permastruct() {
		return $this->get_date_permastruct();
	}

Advertisement

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Advertisement

Leave a Reply