WP_User_Query::get_cache_last_changed()wp-includes/class-wp-user-query.php | Retrieves the last changed cache timestamp for users and optionally posts.
|
_find_post_by_old_slug()wp-includes/query.php | Find the post ID for redirecting an old slug.
|
_find_post_by_old_date()wp-includes/query.php | Find the post ID for redirecting an old date.
|
WP_Term_Query::get_terms()wp-includes/class-wp-term-query.php | Retrieves the query results.
|
WP_Network_Query::get_networks()wp-includes/class-wp-network-query.php | Gets a list of networks matching the query vars.
|
WP_Site_Query::get_sites()wp-includes/class-wp-site-query.php | Retrieves a list of sites matching the query vars.
|
WP_Comment_Query::fill_descendants()wp-includes/class-wp-comment-query.php | Fetch descendants for located comments.
|
WP_Comment_Query::get_comments()wp-includes/class-wp-comment-query.php | Get a list of comments matching the query vars.
|
wp_get_archives()wp-includes/general-template.php | Displays archive links based on type and format.
|
WP_Query::get_posts()wp-includes/class-wp-query.php | Retrieves an array of posts based on query variables.
|
get_objects_in_term()wp-includes/taxonomy.php | Retrieves object IDs of valid taxonomy and term.
|
get_adjacent_post()wp-includes/link-template.php | Retrieves the adjacent post.
|
count_user_posts()wp-includes/user.php | Gets the number of posts a user has written.
|
count_many_users_posts()wp-includes/user.php | Gets the number of posts written by a list of users.
|
get_page_by_path()wp-includes/post.php | Retrieves a page given its path.
|
User Contributed Notes
You must log in before being able to contribute a note or feedback.