Less
Less 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 Operators section.