Remove unused constants
[MAILPOET-2436]
This commit is contained in:
committed by
Jack Kitterhing
parent
bd3c42cd26
commit
6ebae4edd0
@ -12,8 +12,6 @@ use MailPoet\WP\Functions as WPFunctions;
|
||||
class Setting extends Model {
|
||||
public static $_table = MP_SETTINGS_TABLE;
|
||||
|
||||
const DEFAULT_SENDING_METHOD_GROUP = 'website';
|
||||
const DEFAULT_SENDING_METHOD = 'PHPMail';
|
||||
const DEFAULT_SENDING_FREQUENCY_EMAILS = 25;
|
||||
const DEFAULT_SENDING_FREQUENCY_INTERVAL = 5; // in minutes
|
||||
|
||||
|
Reference in New Issue
Block a user