acf/include_location_rules

acf/include_location_rules

Hook Type: action

See hook in core

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

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

  • /acf.php line 355
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    * @since   5.0.0
     *
     * @param   int ACF_FIELD_API_VERSION The field API version.
     */
    do_action( 'acf/include_location_rules', ACF_FIELD_API_VERSION );
     
    /**
     * Fires during initialization. Used to add local fields.
     *
     * @date    28/09/13
     * @since   5.0.0