Example #1
0
 /**
  * Update description.
  *
  * Render the corresponding description for the condition key.
  *
  * @since 1.0.0
  */
 public function was_update_condition_description()
 {
     was_condition_description($_POST['condition']);
     die;
 }
Example #2
0
 /**
  * Description.
  *
  * Display an description at the end of the condition rule.
  *
  * @since 1.0.0
  */
 public function was_condition_description()
 {
     was_condition_description($this->condition);
 }
 /**
  * Update description.
  *
  * Render the corresponding description for the condition key.
  *
  * @since 1.0.0
  */
 public function was_update_condition_description()
 {
     check_ajax_referer('was-ajax-nonce', 'nonce');
     was_condition_description($_POST['condition']);
     die;
 }