acf/acf_get_posts/results
acf/acf_get_posts/results
Appears in: advanced-custom-fields.6.2.9
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.2.9apply_filters('acf/acf_get_posts/results') is found 1 times:
- /includes/api/api-helpers.php line 1194
* @since 6.1.7 * * @param array $posts The results from the `get_posts()` call. */ return apply_filters( 'acf/acf_get_posts/results', $posts ); } /** * _acf_query_remove_post_type * * This function will remove the 'wp_posts.post_type' WHERE clause completely