acf/get_post_id_info
acf/get_post_id_info
Appears in: advanced-custom-fields.6.0.2
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.0.2apply_filters('acf/get_post_id_info') is found 1 times:
- /includes/api/api-helpers.php line 26302626262726282629263026312632263326342635
// update cache
// acf_set_cache($cache_key, $info);
// filter
$info
= apply_filters(
'acf/get_post_id_info'
,
$info
,
$post_id
);
// return
return
$info
;
}