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

---

Search

Functions

Hooks

Classes

Methods

 Select resource to search

1,025 results found for “posts”. Showing results 901 to 925.

 * function[get_the_modified_author()](https://developer.wordpress.org/reference/functions/get_the_modified_author/)
 * Retrieves the author who last edited the current post.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_the_modified_author/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/functions/get_the_modified_author/#uses)
   | Source: [wp-includes/author-template.php:94](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/author-template.php#L94-L114)
 * hook[the_modified_author](https://developer.wordpress.org/reference/hooks/the_modified_author/)
 * Filters the display name of the author who last edited the current post.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/the_modified_author/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/the_modified_author/#uses)
   | Source: [wp-includes/author-template.php:113](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/author-template.php#L113-L113)
 * function[the_modified_author()](https://developer.wordpress.org/reference/functions/the_modified_author/)
 * Displays the name of the author who last edited the current post, if the author’s
   ID is available.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/the_modified_author/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/the_modified_author/#uses)
   | Source: [wp-includes/author-template.php:124](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/author-template.php#L124-L126)
 * function[get_the_author_meta()](https://developer.wordpress.org/reference/functions/get_the_author_meta/)
 * Retrieves the requested data of the author of the current post.
 * Used by [23 functions](https://developer.wordpress.org/reference/functions/get_the_author_meta/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/get_the_author_meta/#uses)
   | Source: [wp-includes/author-template.php:167](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/author-template.php#L167-L196)
 * function[the_author_meta()](https://developer.wordpress.org/reference/functions/the_author_meta/)
 * Outputs the field from the user’s DB object. Defaults to current post’s author.
 * Used by [12 functions](https://developer.wordpress.org/reference/functions/the_author_meta/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/the_author_meta/#uses)
   | Source: [wp-includes/author-template.php:209](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/author-template.php#L209-L223)
 * function[the_author_posts_link()](https://developer.wordpress.org/reference/functions/the_author_posts_link/)
 * Displays an HTML link to the author page of the current post’s author.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/the_author_posts_link/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/the_author_posts_link/#uses)
   | Source: [wp-includes/author-template.php:366](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/author-template.php#L366-L371)
 * hook[the_author_posts_link](https://developer.wordpress.org/reference/hooks/the_author_posts_link/)
 * Filters the link to the author page of the author of the current post.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/the_author_posts_link/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/the_author_posts_link/#uses)
   | Source: [wp-includes/author-template.php:355](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/author-template.php#L355-L355)
 * function[is_multi_author()](https://developer.wordpress.org/reference/functions/is_multi_author/)
 * Determines whether this site has more than one author.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/is_multi_author/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/functions/is_multi_author/#uses)
   | Source: [wp-includes/author-template.php:619](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/author-template.php#L619-L637)
 * hook[is_multi_author](https://developer.wordpress.org/reference/hooks/is_multi_author/)
 * Filters whether the site has more than one author with published posts.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/is_multi_author/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/is_multi_author/#uses)
   | Source: [wp-includes/author-template.php:636](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/author-template.php#L636-L636)
 * function[get_post_format()](https://developer.wordpress.org/reference/functions/get_post_format/)
 * Retrieve the format slug for a post
 * Used by [10 functions](https://developer.wordpress.org/reference/functions/get_post_format/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/get_post_format/#uses)
   | Source: [wp-includes/post-formats.php:17](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post-formats.php#L17-L37)
 * function[has_post_format()](https://developer.wordpress.org/reference/functions/has_post_format/)
 * Check if a post has any of the given formats, or any format.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/has_post_format/#used-by)
   | Uses [2 functions](https://developer.wordpress.org/reference/functions/has_post_format/#uses)
   | Source: [wp-includes/post-formats.php:49](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post-formats.php#L49-L59)
 * function[set_post_format()](https://developer.wordpress.org/reference/functions/set_post_format/)
 * Assign a format to a post
 * Used by [8 functions](https://developer.wordpress.org/reference/functions/set_post_format/#used-by)
   | Uses [6 functions](https://developer.wordpress.org/reference/functions/set_post_format/#uses)
   | Source: [wp-includes/post-formats.php:70](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post-formats.php#L70-L87)
 * function[get_post_format_strings()](https://developer.wordpress.org/reference/functions/get_post_format_strings/)
 * Returns an array of post format slugs to their translated and pretty display 
   versions
 * Used by [7 functions](https://developer.wordpress.org/reference/functions/get_post_format_strings/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_post_format_strings/#uses)
   | Source: [wp-includes/post-formats.php:96](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post-formats.php#L96-L110)
 * function[get_post_format_slugs()](https://developer.wordpress.org/reference/functions/get_post_format_slugs/)
 * Retrieves the array of post format slugs.
 * Used by [7 functions](https://developer.wordpress.org/reference/functions/get_post_format_slugs/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_post_format_slugs/#uses)
   | Source: [wp-includes/post-formats.php:119](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post-formats.php#L119-L122)
 * function[get_post_format_string()](https://developer.wordpress.org/reference/functions/get_post_format_string/)
 * Returns a pretty, translated version of a post format slug
 * Used by [8 functions](https://developer.wordpress.org/reference/functions/get_post_format_string/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_post_format_string/#uses)
   | Source: [wp-includes/post-formats.php:132](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post-formats.php#L132-L139)
 * function[get_post_format_link()](https://developer.wordpress.org/reference/functions/get_post_format_link/)
 * Returns a link to a post format index.
 * Used by [2 functions](https://developer.wordpress.org/reference/functions/get_post_format_link/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/get_post_format_link/#uses)
   | Source: [wp-includes/post-formats.php:149](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post-formats.php#L149-L155)
 * function[_post_format_link()](https://developer.wordpress.org/reference/functions/_post_format_link/)
 * Filters the post format term link to remove the format prefix.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/_post_format_link/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/_post_format_link/#uses)
   | Source: [wp-includes/post-formats.php:194](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post-formats.php#L194-L205)
 * function[_post_format_get_term()](https://developer.wordpress.org/reference/functions/_post_format_get_term/)
 * Remove the post format prefix from the name property of the term object created
   by get_term().
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/_post_format_get_term/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/_post_format_get_term/#uses)
   | Source: [wp-includes/post-formats.php:216](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post-formats.php#L216-L221)
 * function[_post_format_get_terms()](https://developer.wordpress.org/reference/functions/_post_format_get_terms/)
 * Remove the post format prefix from the name property of the term objects created
   by get_terms().
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/_post_format_get_terms/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/_post_format_get_terms/#uses)
   | Source: [wp-includes/post-formats.php:234](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post-formats.php#L234-L249)
 * function[_post_format_wp_get_object_terms()](https://developer.wordpress.org/reference/functions/_post_format_wp_get_object_terms/)
 * Remove the post format prefix from the name property of the term objects created
   by wp_get_object_terms().
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/_post_format_wp_get_object_terms/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/_post_format_wp_get_object_terms/#uses)
   | Source: [wp-includes/post-formats.php:260](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/post-formats.php#L260-L267)
 * function[clear_global_post_cache()](https://developer.wordpress.org/reference/functions/clear_global_post_cache/)
 * Deprecated functionality to clear the global post cache.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/clear_global_post_cache/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/clear_global_post_cache/#uses)
   | Source: [wp-includes/ms-deprecated.php:145](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/ms-deprecated.php#L145-L147)
 * function[get_blog_post()](https://developer.wordpress.org/reference/functions/get_blog_post/)
 * Gets a blog post from any site on the network.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_blog_post/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/get_blog_post/#uses)
   | Source: [wp-includes/ms-functions.php:141](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/ms-functions.php#L141-L147)
 * function[remove_user_from_blog()](https://developer.wordpress.org/reference/functions/remove_user_from_blog/)
 * Removes a user from a blog.
 * Used by [5 functions](https://developer.wordpress.org/reference/functions/remove_user_from_blog/#used-by)
   | Uses [13 functions](https://developer.wordpress.org/reference/functions/remove_user_from_blog/#uses)
   | Source: [wp-includes/ms-functions.php:240](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/ms-functions.php#L240-L316)
 * function[get_blog_permalink()](https://developer.wordpress.org/reference/functions/get_blog_permalink/)
 * Gets the permalink for a post on another blog.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_blog_permalink/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/functions/get_blog_permalink/#uses)
   | Source: [wp-includes/ms-functions.php:327](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/ms-functions.php#L327-L333)
 * function[get_most_recent_post_of_user()](https://developer.wordpress.org/reference/functions/get_most_recent_post_of_user/)
 * Gets a user’s most recent post.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/get_most_recent_post_of_user/#used-by)
   | Uses [4 functions](https://developer.wordpress.org/reference/functions/get_most_recent_post_of_user/#uses)
   | Source: [wp-includes/ms-functions.php:2010](https://github.com/WordPress/wordpress-develop/blob/7.1/src/wp-includes/ms-functions.php#L2010-L2045)

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

[1](https://developer.wordpress.org/search/posts/?output_format=md) … [35](https://developer.wordpress.org/search/posts/page/35/?output_format=md)
[36](https://developer.wordpress.org/search/posts/page/36/?output_format=md) 37 
[38](https://developer.wordpress.org/search/posts/page/38/?output_format=md) [39](https://developer.wordpress.org/search/posts/page/39/?output_format=md)…
[41](https://developer.wordpress.org/search/posts/page/41/?output_format=md)

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