acf/include_fields

acf/include_fields

Hook Type: action

See hook in core

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

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

  • /acf.php line 325
    			 * @since   5.0.0
    			 *
    			 * @param   int $major_version The major version of ACF.
    			 */
    			do_action( 'acf/include_fields', ACF_MAJOR_VERSION );
    
    			/**
    			 * Fires after ACF is completely "initialized".
    			 *
    			 * @date    28/09/13
    			 * @since   5.0.0