get_posts()
Function: Retrieves an array of the latest posts, or posts matching the given criteria.
Source: wp-includes/post.php:2416
Function: Retrieves an array of the latest posts, or posts matching the given criteria.
Source: wp-includes/post.php:2416
Filter Hook: Filters the array of retrieved posts after they’ve been fetched and internally processed.
Source: wp-includes/class-wp-query.php:3530
Function: Determines whether current WordPress query has posts to loop over.
Source: wp-includes/query.php:941
Function: Displays or retrieves the next posts page link.
Source: wp-includes/link-template.php:2520
Filter Hook: Filters the JOIN clause of the query.
Source: wp-includes/class-wp-query.php:2727
Filter Hook: Filters the number of found posts for the query.
Source: wp-includes/class-wp-query.php:3624
Filter Hook: Filters the WHERE clause of the query.
Source: wp-includes/class-wp-query.php:2717
Function: Sets up The Loop with query parameters.
Source: wp-includes/query.php:97
Filter Hook: Filters the SELECT clause of the query.
Source: wp-includes/class-wp-query.php:2927
Filter Hook: Filters the search SQL that is used in the WHERE clause of WP_Query.
Source: wp-includes/class-wp-query.php:2239
Function: Rewind the loop posts.
Source: wp-includes/query.php:981
Filter Hook: Filters all query clauses at once, for convenience.
Source: wp-includes/class-wp-query.php:2950
Filter Hook: Filters the GROUP BY clause of the query.
Source: wp-includes/class-wp-query.php:2875
Filter Hook: Filters the ORDER BY clause of the query.
Source: wp-includes/class-wp-query.php:2897
Filter Hook: Filters the completed SQL query before sending.
Source: wp-includes/class-wp-query.php:3127
Filter Hook: Filters the raw post results array, prior to status checks.
Source: wp-includes/class-wp-query.php:3373
Action Hook: Fires after the query variable object is created, but before the actual query is run.
Source: wp-includes/class-wp-query.php:1881
Function: Adds a submenu page to the Posts main menu.
Source: wp-admin/includes/plugin.php:1666
Function: Outputs the modal window used for attaching media to posts or pages in the media-listing screen.
Source: wp-admin/includes/template.php:2029
Filter Hook: Filters the DISTINCT clause of the query.
Source: wp-includes/class-wp-query.php:2907
Function: Displays the post pages link navigation for previous and next pages.
Source: wp-includes/link-template.php:2740
Function: Displays or retrieves the previous posts page link.
Source: wp-includes/link-template.php:2626
Function: Counts number of posts of a post type and if user has permissions to view.
Source: wp-includes/post.php:3050
Filter Hook: Filters the post counts by status for the current post type.
Source: wp-includes/post.php:3107
Function: Processes the post data for the bulk editing of posts.
Source: wp-admin/includes/post.php:498
Action Hook: Fires after processing the post data for bulk edit.
Source: wp-admin/includes/post.php:724
Function: Displays the next posts page link.
Source: wp-includes/link-template.php:2587
Filter Hook: Filters the posts array before the query takes place.
Source: wp-includes/class-wp-query.php:3146
Action Hook: Fires to announce the query’s current selection parameters.
Source: wp-includes/class-wp-query.php:2970
Method: Set up the Loop based on the query variables.
Source: wp-includes/class-wp.php:693