wp-includes/general-template.php:
get_calendar()
|
Display calendar with days that have posts as links.
|
wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:
WP_REST_Comments_Controller::create_item()
|
Creates a comment.
|
wp-includes/class-wp-query.php:
WP_Query::get_posts()
|
Retrieve the posts based on query variables.
|
wp-includes/comment.php:
wp_insert_comment()
|
Inserts a comment into the database.
|
wp-includes/comment.php:
wp_new_comment()
|
Adds a new comment to the database.
|
wp-includes/date.php:
WP_Date_Query::build_mysql_datetime()
|
Builds a MySQL format date/time based on some query parameters.
|
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.
|
wp-includes/link-template.php:
get_year_link()
|
Retrieves the permalink for the year archives.
|
wp-includes/ms-blogs.php:
update_blog_status()
|
Update a blog details field.
|
wp-includes/ms-blogs.php:
wpmu_update_blogs_date()
|
Update the last_updated field for the current site.
|
wp-includes/ms-blogs.php:
update_blog_details()
|
Update the details for a blog. Updates the blogs table for a given blog id.
|
wp-includes/user.php:
wp_generate_user_request_key()
|
Returns a confirmation key for a user action and stores the hashed version for future comparison.
|
wp-includes/user.php:
wp_create_user_request()
|
Create and log a user request to perform a specific action.
|
wp-includes/class-wp-xmlrpc-server.php:
wp_xmlrpc_server::blogger_newPost()
|
Creates new post.
|
wp-includes/class-wp-customize-manager.php:
WP_Customize_Manager::customize_pane_settings()
|
Print JavaScript settings for parent window.
|
wp-includes/post-template.php:
wp_post_revision_title_expanded()
|
Retrieve formatted date timestamp of a revision (linked to that revisions’s page).
|
wp-includes/class-wp-customize-manager.php:
WP_Customize_Manager::save_changeset_post()
|
Save the post for the loaded changeset.
|
wp-includes/post.php:
wp_insert_post()
|
Insert or update a post.
|
wp-includes/post.php:
wp_update_post()
|
Update a post with new post data.
|
wp-includes/ms-functions.php:
wpmu_log_new_registrations()
|
Logs the user email, IP, and registration date of a new site.
|
wp-includes/ms-functions.php:
insert_blog()
|
Store basic site info in the blogs table.
|
wp-includes/ms-functions.php:
wpmu_activate_signup()
|
Activate a signup.
|
wp-includes/ms-functions.php:
wpmu_validate_user_signup()
|
Sanitize and validate data required for a user sign-up.
|
wp-includes/ms-functions.php:
wpmu_validate_blog_signup()
|
Processes new site registrations.
|
wp-includes/ms-functions.php:
wpmu_signup_blog()
|
Record site signup information for future activation.
|
wp-includes/ms-functions.php:
wpmu_signup_user()
|
Record user signup information for future activation.
|
wp-includes/functions.php:
_wp_upload_dir()
|
A non-filtered, non-cached version of wp_upload_dir() that doesn’t check the path.
|
wp-includes/functions.php:
date_i18n()
|
Retrieve the date in localized format, based on timestamp.
|
wp-admin/includes/media.php:
media_handle_upload()
|
Save a file submitted from a POST request and create an attachment post for it.
|
wp-admin/includes/media.php:
media_handle_sideload()
|
Handles a side-loaded file in the same way as an uploaded file is handled by media_handle_upload().
|
wp-admin/includes/template.php:
touch_time()
|
Print out HTML form date elements for editing post or comment publish date.
|
wp-admin/includes/schema.php:
populate_network()
|
Populate network settings.
|
wp-admin/includes/ajax-actions.php:
wp_ajax_add_meta()
|
Ajax handler for adding meta.
|
wp-admin/includes/upgrade.php:
wp_install_defaults()
|
Creates the initial content for a newly-installed site.
|
wp-admin/includes/meta-boxes.php:
post_submit_meta_box()
|
Displays post submit form fields.
|
wp-admin/includes/user.php:
WP_Privacy_Requests_Table::get_timestamp_as_date()
|
Convert timestamp for display.
|
wp-admin/includes/file.php:
wp_privacy_generate_personal_data_export_file()
|
Generate the personal data export file.
|
wp-admin/includes/dashboard.php:
cp_dashboard_petitions_output()
|
Display the ClassicPress petitions feeds.
|
wp-admin/includes/dashboard.php:
wp_dashboard_recent_posts()
|
Generates Publishing Soon and Recently Published sections.
|