Uses
Uses | Description |
---|---|
wp-includes/formatting.php: zeroise() | Add leading zeros when necessary. |
wp-includes/functions.php: current_time() | Retrieves the current time based on specified type. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/link-template.php: month_link | Filters the month archive permalink. |
wp-includes/link-template.php: user_trailingslashit() | Retrieves a trailing-slashed string if the site is set for adding trailing slashes. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/class-wp-rewrite.php: WP_Rewrite::get_month_permastruct() | Retrieves the month permalink structure without day and with year. |