acf/init

acf/init

Hook Type: action

See hook in core

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

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

  • /acf.php line 335
    			 * @since   5.0.0
    			 *
    			 * @param   int $major_version The major version of ACF.
    			 */
    			do_action( 'acf/init', ACF_MAJOR_VERSION );
    		}
    
    		/**
    		 * register_post_types
    		 *
    		 * Registers the ACF post types.