acf/prepare_{$this->hook_name}_for_import
acf/prepare_{$this->hook_name}_for_import
Appears in: advanced-custom-fields.6.3.5
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.3.5apply_filters('acf/prepare_{$this->hook_name}_for_import') is found 2 times:
- /includes/class-acf-internal-post-type.php line 889
* @since 5.8.8 * * @param array $post The ACF post array. */ return apply_filters( "acf/prepare_{$this->hook_name}_for_import", $post ); } /** * Imports an ACF post into the database. * * @since 6.1
- /includes/post-types/class-acf-field-group.php line 422
* @since 5.8.8 * * @param array $post The ACF post array. */ return apply_filters( "acf/prepare_{$this->hook_name}_for_import", $post ); } /** * Returns a string that can be used to create a field group with PHP. * * @since 6.1