Uses
Uses | Description |
---|---|
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: year_link | Filters the year 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_year_permastruct() | Retrieves the year permalink structure without month and day. |