updated plugin Easy Digital Downloads version 3.1.1.4.2

This commit is contained in:
2023-06-05 11:21:17 +00:00
committed by Gitium
parent e5482aabb7
commit b7bbe6d733
105 changed files with 3161 additions and 1326 deletions

View File

@ -57,8 +57,7 @@ class EDD_Email_Summary {
public function __construct( $test_mode = false ) {
$this->test_mode = $test_mode;
$this->email_options = array(
'email_summary_frequency' => edd_get_option( 'email_summary_frequency', 'weekly' ),
'email_summary_start_of_week' => jddayofweek( (int) get_option( 'start_of_week' ) - 1, 1 ),
'email_summary_frequency' => edd_get_option( 'email_summary_frequency', 'weekly' ),
);
}
@ -416,5 +415,4 @@ class EDD_Email_Summary {
return $email_sent;
}
}