acf/include_taxonomies

acf/include_taxonomies

Hook Type: action

See hook in core

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

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

  • /acf.php line 383
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    * @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. This will move to an autoloader in 6.3.
    if ( version_compare( get_bloginfo( 'version' ), '6.5-beta1', '>=' ) ) {
        acf_include( 'includes/Blocks/Bindings.php' );
        new ACF\Blocks\Bindings();
    }