acf/include_post_types

acf/include_post_types

Hook Type: action

See hook in core

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

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

  • /acf.php line 374
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    * @since 6.1
     *
     * @param int ACF_MAJOR_VERSION The major version of ACF.
     */
    do_action( 'acf/include_post_types', ACF_MAJOR_VERSION );
     
    /**
     * Fires during initialization. Used to add local taxonomies.
     *
     * @since 6.1
     *