예제 #1
0
 public function cancel_subscription($entry, $feed, $note = null)
 {
     parent::cancel_subscription($entry, $feed, $note);
     $this->modify_post(rgar($entry, 'post_id'), rgars($feed, 'meta/update_post_action'));
     return true;
 }