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/user.php: wp_create_user_request() | Create and log a user request to perform a specific action. |
wp-admin/includes/privacy-tools.php: wp_privacy_generate_personal_data_export_file() | Generate the personal data export file. |
wp-admin/includes/class-wp-community-events.php: WP_Community_Events::trim_events() | Prepares the event list for presentation. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::save_changeset_post() | Save the post for the loaded changeset. |
wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php: WP_REST_Comments_Controller::create_item() | Creates a comment. |
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/class-wp-customize-manager.php: WP_Customize_Manager::customize_pane_settings() | Print JavaScript settings for parent window. |
wp-admin/includes/schema.php: populate_network() | Populate network settings. |
wp-admin/includes/dashboard.php: wp_dashboard_recent_posts() | Generates Publishing Soon and Recently Published sections. |
wp-admin/includes/upgrade.php: wp_install_defaults() | Creates the initial content for a newly-installed site. |
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_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/meta-boxes.php: post_submit_meta_box() | Displays post submit form fields. |
wp-includes/general-template.php: get_calendar() | Display calendar with days that have posts as links. |
wp-includes/class-wp-query.php: WP_Query::get_posts() | Retrieves an array of posts based on query variables. |
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-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/class-wp-date-query.php: WP_Date_Query::build_mysql_datetime() | Builds a MySQL format date/time based on some query parameters. |
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: wpmu_activate_signup() | Activate a signup. |
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/ms-blogs.php: wpmu_update_blogs_date() | Update the last_updated field for the current site. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::blogger_newPost() | Creates new post. |
wp-includes/comment.php: wp_new_comment() | Adds a new comment to the database. |
wp-includes/comment.php: wp_insert_comment() | Inserts a comment into the database. |