Skip to main content
The major AAM release is live! For questions or concerns, visit the Release Page.

Less

Vasyl MartyniukLess than 1 minute

The Less condition type compares two values and returns true if the left expression is strictly less than the right.

{
  "Condition": {
    "Less": {
      "${CALLBACK.wp_get_current_user_id}": 10
    }
  }
}

FYI!

AAM performs the literal comparison outlined in the PHP Comparison Operatorsopen in new window section.

Virtual Assistant