acf/include_fields

acf/include_fields

Hook Type: action

See hook in core

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

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

  • /acf.php line 365
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    * @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
     *