WP_Rewrite::get_day_permastruct
Retrieves the day permalink structure with month and year.
Keeps date permalink structure with all year, month, and day.
Method of the class: WP_Rewrite{}
No Hooks.
Returns
String|false. Year/Month/Day permalink structure on success, false on failure.
Usage
global $wp_rewrite; $wp_rewrite->get_day_permastruct();
Changelog
| Since 1.5.0 | Introduced. |
WP_Rewrite::get_day_permastruct() WP Rewrite::get day permastruct code WP 7.0
public function get_day_permastruct() {
return $this->get_date_permastruct();
}