acf/is_{$this->hook_name}_key
acf/is_{$this->hook_name}_key
Appears in: advanced-custom-fields.6.2.7
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.2.7apply_filters('acf/is_{$this->hook_name}_key') is found 1 times:
- /includes/class-acf-internal-post-type.php line 244
* * @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