acf/validate_post_id
acf/validate_post_id
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/validate_post_id') is found 1 times:
- /includes/api/api-helpers.php line 2208220422052206220722082209221022112212
}
}
// filter for 3rd party
$post_id
= apply_filters(
'acf/validate_post_id'
,
$post_id
,
$_post_id
);
// return
return
$post_id
;
}