wp-includes/post.php:
wp_resolve_post_date()
|
Uses wp_checkdate to return a valid Gregorian-calendar value for post_date.
|
wp-includes/ms-site.php:
wp_insert_site()
|
Inserts a new site into the database.
|
wp-includes/ms-site.php:
wp_update_site()
|
Updates a site in the database.
|
wp-includes/general-template.php:
get_calendar()
|
Displays 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()
|
Retrieves an array of 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/class-wp-date-query.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:
wpmu_update_blogs_date()
|
Updates the last_updated field for the current site.
|
wp-includes/user.php:
wp_create_user_request()
|
Creates and logs a user request to perform a specific action.
|
wp-includes/class-wp-xmlrpc-server.php:
wp_xmlrpc_server::blogger_newPost()
|
Creates a new post.
|
wp-includes/class-wp-customize-manager.php:
WP_Customize_Manager::customize_pane_settings()
|
Prints JavaScript settings for parent window.
|
wp-includes/class-wp-customize-manager.php:
WP_Customize_Manager::save_changeset_post()
|
Saves the post for the loaded changeset.
|
wp-includes/post.php:
wp_insert_post()
|
Inserts or update a post.
|
wp-includes/post.php:
wp_update_post()
|
Updates 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:
wpmu_signup_blog()
|
Records site signup information for future activation.
|
wp-includes/ms-functions.php:
wpmu_signup_user()
|
Records user signup information for future activation.
|
wp-includes/ms-functions.php:
wpmu_activate_signup()
|
Activates a signup.
|
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()
|
Retrieves the date in localized format, based on a sum of Unix timestamp and timezone offset in seconds.
|
wp-admin/includes/media.php:
media_handle_upload()
|
Saves 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()
|
Prints 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/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/privacy-tools.php:
wp_privacy_generate_personal_data_export_file()
|
Generate the personal data export file.
|
wp-admin/includes/dashboard.php:
wp_dashboard_recent_posts()
|
Generates Publishing Soon and Recently Published sections.
|