acf/include_field_types
acf/include_field_types
Appears in: advanced-custom-fields.6.2.0
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.2.0do_action('acf/include_field_types') is found 1 times:
- /acf.php line 323
* @since 5.0.0 * * @param int ACF_FIELD_API_VERSION The field API version. */ do_action( 'acf/include_field_types', ACF_FIELD_API_VERSION ); // Include locations. acf_include( 'includes/locations/class-acf-location-post-type.php' ); acf_include( 'includes/locations/class-acf-location-post-template.php' ); acf_include( 'includes/locations/class-acf-location-post-status.php' ); acf_include( 'includes/locations/class-acf-location-post-format.php' );