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-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()
|
Get 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()
|
Retrieve Link Description Objects that should be added to the Schema for the posts collection.
|
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php:
WP_REST_Posts_Controller::get_collection_params()
|
Retrieves the query params for the posts collection.
|
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::get_items()
|
Retrieves a collection of posts.
|
wp-includes/class-wp-post-type.php:
WP_Post_Type::unregister_taxonomies()
|
Removes the post type from all taxonomies.
|
wp-includes/media.php:
get_attachment_taxonomies()
|
Retrieves taxonomies attached to given the attachment.
|
wp-includes/class-wp-query.php:
WP_Query::get_posts()
|
Retrieve the posts based on query variables.
|
wp-includes/nav-menu-template.php:
_wp_menu_item_classes_by_context()
|
Add 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()
|
Update the custom taxonomies’ term counts when a post’s status is changed.
|
wp-includes/post.php:
wp_delete_attachment()
|
Trash or delete an attachment.
|
wp-includes/post.php:
wp_delete_post()
|
Trash or delete a post or page.
|
wp-includes/taxonomy.php:
is_object_in_taxonomy()
|
Determine if the given object type is associated with the given taxonomy.
|
wp-includes/taxonomy.php:
get_the_taxonomies()
|
Retrieve all taxonomies associated with a post.
|
wp-includes/taxonomy.php:
get_post_taxonomies()
|
Retrieve all taxonomies of a post with just the names.
|
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/export.php:
wxr_post_taxonomy()
|
Output list of taxonomy terms, in XML tag format, associated with a post
|
wp-admin/includes/post.php:
bulk_edit_posts()
|
Process the post data for the bulk editing of posts.
|