diff --git a/packages/php/email-editor/src/Engine/class-email-editor.php b/packages/php/email-editor/src/Engine/class-email-editor.php index 50de7b0f38..707f345494 100644 --- a/packages/php/email-editor/src/Engine/class-email-editor.php +++ b/packages/php/email-editor/src/Engine/class-email-editor.php @@ -241,15 +241,6 @@ class Email_Editor { ); } - /** - * Returns the schema for email theme data. - * - * @return array - */ - public function get_email_theme_data_schema(): array { - return ( new Email_Styles_Schema() )->get_schema(); - } - /** * Extends the email theme styles with the email specific styles. *