acf/init

acf/init

Hook Type: action

See hook in core

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

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

  • /acf.php line 390
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
         * @since   5.0.0
         *
         * @param   int ACF_MAJOR_VERSION The major version of ACF.
         */
        do_action( 'acf/init', ACF_MAJOR_VERSION );
    }
     
    /**
     * Registers the ACF post types.
     *
     * @date    22/10/2015