acf/location/rule_types

acf/location/rule_types

Hook Type: filter

See hook in core

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

apply_filters('acf/location/rule_types') is found 1 times:

  • /includes/locations.php line 134
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
         * @since   5.9.0
         *
         * @param   array $types The location rule types.
         */
        return apply_filters( 'acf/location/rule_types', $types );
    }
     
    /**
     * Returns a validated location rule with all props.
     *
     * @date    8/4/20