Uses
Uses | Description |
---|---|
wp-includes/class-wp-rewrite.php: WP_Rewrite::get_date_permastruct() | Retrieves date permalink structure, with year, month, and day. |
Retrieves the day permalink structure with month and year.
Keeps date permalink structure with all year, month, and day.
(string|false) Year/Month/Day permalink structure on success, false on failure.
File: wp-includes/class-wp-rewrite.php
public function get_day_permastruct() { return $this->get_date_permastruct(); }
Version | Description |
---|---|
1.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_rewrite/get_day_permastruct