Title: Search Results for “posts” | Page 22 of 41 | Developer.WordPress.org

---

Search

Functions

Hooks

Classes

Methods

 Select resource to search

1,025 results found for “posts”. Showing results 526 to 550.

 * function[get_post_custom()](https://developer.wordpress.org/reference/functions/get_post_custom/)
 * Retrieves post meta fields, based on post ID.
 * Used by [7 functions](https://developer.wordpress.org/reference/functions/get_post_custom/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/get_post_custom/#uses)
   | Source: [wp-includes/post.php:2848](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post.php#L2848-L2856)
 * hook[wp_count_posts](https://developer.wordpress.org/reference/hooks/wp_count_posts/)
 * Filters the post counts by status for the current post type.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/wp_count_posts/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/wp_count_posts/#uses)
   | Source: [wp-includes/post.php:3540](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post.php#L3540-L3540)
 * function[wp_update_post()](https://developer.wordpress.org/reference/functions/wp_update_post/)
 * Updates a post with new post data.
 * Used by [31 functions](https://developer.wordpress.org/reference/functions/wp_update_post/#used-by)
   | Uses [11 functions](https://developer.wordpress.org/reference/functions/wp_update_post/#uses)
   | Source: [wp-includes/post.php:5327](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post.php#L5327-L5393)
 * function[wp_publish_post()](https://developer.wordpress.org/reference/functions/wp_publish_post/)
 * Publishes a post by transitioning the post status.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/wp_publish_post/#used-by)
   | Uses [10 functions](https://developer.wordpress.org/reference/functions/wp_publish_post/#uses)
   | Source: [wp-includes/post.php:5404](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post.php#L5404-L5470)
 * function[check_and_publish_future_post()](https://developer.wordpress.org/reference/functions/check_and_publish_future_post/)
 * Publishes future post and make sure post ID has future post status.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/check_and_publish_future_post/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/functions/check_and_publish_future_post/#uses)
   | Source: [wp-includes/post.php:5482](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post.php#L5482-L5504)
 * hook[pub_priv_sql_capability](https://developer.wordpress.org/reference/hooks/pub_priv_sql_capability/)
 * Filters the capability to read private posts for a custom post type when generating
   SQL for getting posts by author.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/pub_priv_sql_capability/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/pub_priv_sql_capability/#uses)
   | Source: [wp-includes/post.php:7702](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post.php#L7702-L7702)
 * function[bulk_edit_posts()](https://developer.wordpress.org/reference/functions/bulk_edit_posts/)
 * Processes the post data for the bulk editing of posts.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/bulk_edit_posts/#used-by)
   | Uses [26 functions](https://developer.wordpress.org/reference/functions/bulk_edit_posts/#uses)
   | Source: [wp-admin/includes/post.php:500](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-admin/includes/post.php#L500-L733)
 * function[get_available_post_mime_types()](https://developer.wordpress.org/reference/functions/get_available_post_mime_types/)
 * Gets all available post MIME types for a given post type.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_available_post_mime_types/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/get_available_post_mime_types/#uses)
   | Source: [wp-includes/post.php:8647](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post.php#L8647-L8666)
 * function[wp_check_locked_posts()](https://developer.wordpress.org/reference/functions/wp_check_locked_posts/)
 * Checks lock status for posts displayed on the Posts screen.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/wp_check_locked_posts/#used-by)
   | Uses [7 functions](https://developer.wordpress.org/reference/functions/wp_check_locked_posts/#uses)
   | Source: [wp-admin/includes/misc.php:1138](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-admin/includes/misc.php#L1138-L1177)
 * function[get_pending_comments_num()](https://developer.wordpress.org/reference/functions/get_pending_comments_num/)
 * Gets the number of pending comments on a post or posts.
 * Used by [5 functions](https://developer.wordpress.org/reference/functions/get_pending_comments_num/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_pending_comments_num/#uses)
   | Source: [wp-admin/includes/comment.php:232](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-admin/includes/comment.php#L232-L269)
 * function[get_the_category()](https://developer.wordpress.org/reference/functions/get_the_category/)
 * Retrieves post categories.
 * Used by [5 functions](https://developer.wordpress.org/reference/functions/get_the_category/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/functions/get_the_category/#uses)
   | Source: [wp-includes/category-template.php:77](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/category-template.php#L77-L99)
 * function[wp_ajax_find_posts()](https://developer.wordpress.org/reference/functions/wp_ajax_find_posts/)
 * Handles querying posts for the Find Posts modal via AJAX.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/wp_ajax_find_posts/#used-by)
   | Uses [10 functions](https://developer.wordpress.org/reference/functions/wp_ajax_find_posts/#uses)
   | Source: [wp-admin/includes/ajax-actions.php:2268](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-admin/includes/ajax-actions.php#L2268-L2328)
 * function[_get_post_ancestors()](https://developer.wordpress.org/reference/functions/_get_post_ancestors/)
 * Retrieve post ancestors.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/_get_post_ancestors/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/_get_post_ancestors/#uses)
   | Source: [wp-includes/deprecated.php:3187](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/deprecated.php#L3187-L3189)
 * function[wp_get_single_post()](https://developer.wordpress.org/reference/functions/wp_get_single_post/)
 * Retrieve a single post, based on post ID.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/wp_get_single_post/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/wp_get_single_post/#uses)
   | Source: [wp-includes/deprecated.php:3288](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/deprecated.php#L3288-L3291)
 * hook[bulk_post_updated_messages](https://developer.wordpress.org/reference/hooks/bulk_post_updated_messages/)
 * Filters the bulk action updated messages.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/bulk_post_updated_messages/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/bulk_post_updated_messages/#uses)
   | Source: [wp-admin/edit.php:408](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-admin/edit.php#L408-L408)
 * function[export_date_options()](https://developer.wordpress.org/reference/functions/export_date_options/)
 * Creates the date options fields for exporting a given post type.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/export_date_options/#used-by)
   | Uses [5 functions](https://developer.wordpress.org/reference/functions/export_date_options/#uses)
   | Source: [wp-admin/export.php:139](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-admin/export.php#L139-L170)
 * hook[comment_id_not_found](https://developer.wordpress.org/reference/hooks/comment_id_not_found/)
 * Fires when a comment is attempted on a post that does not exist.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/comment_id_not_found/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/comment_id_not_found/#uses)
   | Source: [wp-includes/comment.php:3996](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/comment.php#L3996-L3996)
 * hook[comment_closed](https://developer.wordpress.org/reference/hooks/comment_closed/)
 * Fires when a comment is attempted on a post that has comments closed.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/comment_closed/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/comment_closed/#uses)
   | Source: [wp-includes/comment.php:4020](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/comment.php#L4020-L4020)
 * hook[comment_on_trash](https://developer.wordpress.org/reference/hooks/comment_on_trash/)
 * Fires when a comment is attempted on a trashed post.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/comment_on_trash/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/comment_on_trash/#uses)
   | Source: [wp-includes/comment.php:4033](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/comment.php#L4033-L4033)
 * hook[comment_on_draft](https://developer.wordpress.org/reference/hooks/comment_on_draft/)
 * Fires when a comment is attempted on a post in draft mode.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/comment_on_draft/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/comment_on_draft/#uses)
   | Source: [wp-includes/comment.php:4046](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/comment.php#L4046-L4046)
 * hook[comment_on_password_protected](https://developer.wordpress.org/reference/hooks/comment_on_password_protected/)
 * Fires when a comment is attempted on a password-protected post.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/comment_on_password_protected/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/comment_on_password_protected/#uses)
   | Source: [wp-includes/comment.php:4062](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/comment.php#L4062-L4062)
 * hook[trackback_post](https://developer.wordpress.org/reference/hooks/trackback_post/)
 * Fires after a trackback is added to a post.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/trackback_post/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/trackback_post/#uses)
   | Source: [wp-trackback.php:178](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-trackback.php#L178-L178)
 * hook[wp-mail.php](https://developer.wordpress.org/reference/hooks/wp-mail-php/)
 * Fires to allow a plugin to do a complete takeover of Post by Email.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/wp-mail-php/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/wp-mail-php/#uses)
   | Source: [wp-mail.php:29](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-mail.php#L29-L29)
 * hook[wp_mail_original_content](https://developer.wordpress.org/reference/hooks/wp_mail_original_content/)
 * Filters the original content of the email.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/wp_mail_original_content/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/wp_mail_original_content/#uses)
   | Source: [wp-mail.php:201](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-mail.php#L201-L201)
 * hook[phone_content](https://developer.wordpress.org/reference/hooks/phone_content/)
 * Filters the content of the post submitted by email before saving.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/phone_content/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/phone_content/#uses)
   | Source: [wp-mail.php:224](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-mail.php#L224-L224)

 [Previous](https://developer.wordpress.org/search/posts/page/21/?output_format=md)

[1](https://developer.wordpress.org/search/posts/?output_format=md) … [20](https://developer.wordpress.org/search/posts/page/20/?output_format=md)
[21](https://developer.wordpress.org/search/posts/page/21/?output_format=md) 22 
[23](https://developer.wordpress.org/search/posts/page/23/?output_format=md) [24](https://developer.wordpress.org/search/posts/page/24/?output_format=md)…
[41](https://developer.wordpress.org/search/posts/page/41/?output_format=md)

 [Next](https://developer.wordpress.org/search/posts/page/23/?output_format=md)