Updated shortcodes for unsubscribe/manage/browser links
- fixed all issues in #387 except the custom mailpoet pages
This commit is contained in:
@@ -35,4 +35,8 @@ class SendingQueue extends Model {
|
||||
$this->save();
|
||||
return ($this->getErrors() === false && $this->id() > 0);
|
||||
}
|
||||
|
||||
function stop() {
|
||||
return $this->delete();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user