wp-admin/includes/meta-boxes.php:
register_and_do_post_meta_boxes()
|
Registers the default post meta boxes, and runs the do_meta_boxes actions.
|
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:
WP_REST_Posts_Controller::prepare_tax_query()
|
Prepares the ‘tax_query’ for a collection of posts.
|
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:
WP_REST_Posts_Controller::prepare_taxonomy_limit_schema()
|
Prepares the collection schema for including and excluding items by terms.
|
wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:
WP_REST_Menu_Items_Controller::prepare_item_for_response()
|
Prepares a single post output for response.
|
wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php:
WP_REST_Menu_Items_Controller::get_item_schema()
|
Retrieves the term’s schema, conforming to JSON Schema.
|
wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:
WP_REST_Taxonomies_Controller::get_items_permissions_check()
|
Checks whether a given request has permission to read taxonomies.
|
wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php:
WP_REST_Taxonomies_Controller::get_items()
|
Retrieves all public taxonomies.
|
wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:
WP_REST_Post_Types_Controller::prepare_item_for_response()
|
Prepares a post type object for serialization.
|
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:
WP_REST_Posts_Controller::handle_terms()
|
Updates the post’s terms from a REST request.
|
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:
WP_REST_Posts_Controller::check_assign_terms_permission()
|
Checks whether current user can assign all terms sent with the current request.
|
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:
WP_REST_Posts_Controller::prepare_item_for_response()
|
Prepares a single post output for response.
|
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:
WP_REST_Posts_Controller::prepare_links()
|
Prepares links for the request.
|
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:
WP_REST_Posts_Controller::get_available_actions()
|
Gets the link relations available for the post and current user.
|
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:
WP_REST_Posts_Controller::get_item_schema()
|
Retrieves the post’s schema, conforming to JSON Schema.
|
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:
WP_REST_Posts_Controller::get_schema_links()
|
Retrieves Link Description Objects that should be added to the Schema for the posts collection.
|
wp-includes/class-wp-post-type.php:
WP_Post_Type::unregister_taxonomies()
|
Removes the post type from all taxonomies.
|
wp-includes/class-wp-query.php:
WP_Query::get_posts()
|
Retrieves an array of posts based on query variables.
|
wp-includes/nav-menu-template.php:
_wp_menu_item_classes_by_context()
|
Adds the class property classes for the current context, if applicable.
|
wp-includes/class-wp-xmlrpc-server.php:
wp_xmlrpc_server::_prepare_post()
|
Prepares post data for return in an XML-RPC object.
|
wp-includes/class-wp-xmlrpc-server.php:
wp_xmlrpc_server::_prepare_post_type()
|
Prepares post data for return in an XML-RPC object.
|
wp-includes/class-wp-xmlrpc-server.php:
wp_xmlrpc_server::_insert_post()
|
Helper method for wp_newPost() and wp_editPost(), containing shared logic.
|
wp-includes/post.php:
wp_queue_posts_for_term_meta_lazyload()
|
Queues posts for lazy-loading of term meta.
|
wp-includes/post.php:
_update_term_count_on_transition_post_status()
|
Updates the custom taxonomies’ term counts when a post’s status is changed.
|
wp-includes/post.php:
wp_delete_attachment()
|
Trashes or deletes an attachment.
|
wp-includes/post.php:
wp_publish_post()
|
Publishes a post by transitioning the post status.
|
wp-includes/post.php:
wp_insert_post()
|
Inserts or update a post.
|
wp-includes/post.php:
wp_delete_post()
|
Trashes or deletes a post or page.
|
wp-includes/taxonomy.php:
is_object_in_taxonomy()
|
Determines if the given object type is associated with the given taxonomy.
|
wp-includes/taxonomy.php:
get_the_taxonomies()
|
Retrieves all taxonomies associated with a post.
|
wp-includes/taxonomy.php:
get_post_taxonomies()
|
Retrieves all taxonomy names for the given post.
|
wp-includes/taxonomy.php:
clean_object_term_cache()
|
Removes the taxonomy relationship to terms from the cache.
|
wp-includes/taxonomy.php:
update_object_term_cache()
|
Updates the cache for the given term object ID(s).
|
wp-admin/includes/template.php:
get_inline_data()
|
Adds hidden fields with the data for use in the inline editor for posts and pages.
|
wp-admin/includes/class-wp-posts-list-table.php:
WP_Posts_List_Table::get_columns()
|
|
wp-admin/includes/class-wp-posts-list-table.php:
WP_Posts_List_Table::inline_edit()
|
Outputs the hidden row displayed when inline editing
|
wp-admin/includes/user.php:
edit_user()
|
Edit user settings based on contents of $_POST
|
wp-admin/includes/post.php:
bulk_edit_posts()
|
Processes the post data for the bulk editing of posts.
|
wp-admin/includes/class-wp-users-list-table.php:
WP_Users_List_Table::get_columns()
|
Get a list of columns for the list table.
|