acf/location/rule_operators/{$rule[param]}

acf/location/rule_operators/{$rule[param]}

Hook Type: filter

See hook in core

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

apply_filters('acf/location/rule_operators/{$rule[param]}') is found 1 times:

  • /includes/locations.php line 198
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
         *
         * @param   array $types The location rule operators.
         */
        $operators = apply_filters( "acf/location/rule_operators/type={$rule['param']}", $operators, $rule );
        $operators = apply_filters( "acf/location/rule_operators/{$rule['param']}", $operators, $rule );
        $operators = apply_filters( 'acf/location/rule_operators', $operators, $rule );
        return $operators;
    }
     
    /**
     * Returns an array of values for a given rule.