WP_Rewrite::get_day_permastruct()

Retrieves the day permalink structure with month and year.


Description Description

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


Return Return

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


Top ↑

Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.