acf/init, ACF_MAJOR_VERSION
acf/init, ACF_MAJOR_VERSION
Appears in: advanced-custom-fields.6.8.6
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.8.6do_action('acf/init, ACF_MAJOR_VERSION') is found 1 times:
- /acf.php line 488
* @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