acf/acf_get_posts/results
acf/acf_get_posts/results
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/acf_get_posts/results') is found 1 times:
- /includes/api/api-helpers.php line 119911951196119711981199120012011202120312041205
* @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