acf/load_{$this->hook_name_plural}
acf/load_{$this->hook_name_plural}
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/load_{$this->hook_name_plural}') is found 1 times:
- /includes/class-acf-internal-post-type.php line 372368369370371372373374375376377
* @since 5.0.0
*
* @param
array
$posts
The
array
of ACF posts.
*/
$posts
= apply_filters(
"acf/load_{$this->hook_name_plural}"
,
$posts
,
$this
->post_type );
// Filter results.
if
(
$filter
&&
$posts
) {
return
$this
->filter_posts(
$posts
,
$filter
);
}