acf/is_{$this->hook_name}_key
acf/is_{$this->hook_name}_key
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/is_{$this->hook_name}_key') is found 1 times:
- /includes/class-acf-internal-post-type.php line 244240241242243244245246247248249250
*
* @param bool
$bool
The result.
* @param string
$id
The identifier.
*/
return
apply_filters(
"acf/is_{$this->hook_name}_key"
, false,
$id
,
$this
->post_type );
}
/**
* Validates an ACF internal post type.
*
* @since 6.1