WP_Rewrite::get_day_permastruct(): string|false

Retrieves the day permalink structure with month and year.


Description

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


Top ↑

Return

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


Top ↑

Source

File: wp-includes/class-wp-rewrite.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes

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