acf/include_field_types

acf/include_field_types

Hook Type: action

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.0.7

do_action('acf/include_field_types') is found 1 times:

  • /acf.php line 296
    			 * @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' );