acf/include_taxonomies, ACF_MAJOR_VERSION
acf/include_taxonomies, 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/include_taxonomies, ACF_MAJOR_VERSION') is found 1 times:
- /acf.php line 470
* @since 6.1 * * @param int ACF_MAJOR_VERSION The major version of ACF. */ do_action( 'acf/include_taxonomies', ACF_MAJOR_VERSION ); // If we're on 6.5 or newer, load block bindings. if ( version_compare( get_bloginfo( 'version' ), '6.5', '>=' ) ) { new ACF\Blocks\Bindings(); }