You are here

function rules_condition_content_is_premium_label in Node Option Premium 6

Label callback for the condition.

File

./nopremium.rules.inc, line 42
Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr

Code

function rules_condition_content_is_premium_label($settings, $argument_labels) {
  return t('@node is premium content', $argument_labels);
}