Skip to content

Commit 10609b6

Browse files
committed
Tidy: remove unused variable
1 parent f857a8e commit 10609b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

includes/classes/BrandedEmails.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ public function style_inline( $email_content ) {
147147
* @return array Array of CSS variables for use in the email template.
148148
*/
149149
public static function get_css_variables() {
150-
$global_settings = wp_get_global_settings();
151-
152150
return [
153151
'background_color' => apply_filters(
154152
'orbit_branded_emails_background_color',

0 commit comments

Comments
 (0)