Used By
Used By | Description |
---|---|
wp-admin/export.php: export_date_options() | Create the date options fields for exporting a given post type. |
wp-admin/includes/class-wp-list-table.php: WP_List_Table::months_dropdown() | Displays a dropdown for filtering items in the list table by month. |
wp-admin/includes/template.php: touch_time() | Print out HTML form date elements for editing post or comment publish date. |
wp-admin/includes/media.php: media_upload_library_form() | Outputs the legacy media upload form for the media library. |
wp-includes/formatting.php: antispambot() | Converts email addresses characters to HTML entities to block spam bots. |
wp-includes/general-template.php: get_calendar() | Display calendar with days that have posts as links. |
wp-includes/general-template.php: wp_title() | Display or retrieve page title for all areas of blog. |
wp-includes/class-wp-locale.php: WP_Locale::get_month() | Retrieve the full translated month by month number. |
wp-includes/link-template.php: get_month_link() | Retrieves the permalink for the month archives with year. |
wp-includes/link-template.php: get_day_link() | Retrieves the permalink for the day archives with year and month. |