acf/include_fields, ACF_FIELD_API_VERSION
acf/include_fields, ACF_FIELD_API_VERSION
Appears in: advanced-custom-fields.6.8.6
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.8.6do_action('acf/include_fields, ACF_FIELD_API_VERSION') is found 1 times:
- /acf.php line 452
* @since 5.0.0 * * @param int ACF_FIELD_API_VERSION The field API version. */ do_action( 'acf/include_fields', ACF_FIELD_API_VERSION ); /** * Fires during initialization. Used to add local post types. * * @since 6.1 *