acf/include_field_types

acf/include_field_types

Hook Type: action

See hook in core

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

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

  • /acf.php line 331
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    * @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' );