Retrieves the day permalink structure with month and year.
Description
Keeps date permalink structure with all year, month, and day.
Source
public function get_day_permastruct() {
return $this->get_date_permastruct();
}
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.