acf/include_taxonomies

acf/include_taxonomies

Hook Type: action

See hook in core

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

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

  • /acf.php line 380
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    * @since 6.1
     *
     * @param int ACF_MAJOR_VERSION The major version of ACF.
     */
    do_action( 'acf/include_taxonomies', ACF_MAJOR_VERSION );
     
    /**
     * Fires after ACF is completely "initialized".
     *
     * @date    28/09/13
     * @since   5.0.0