fix: resolve container width issues, spa redirects, and appearance settings overwrite. feat: enhance order/sub details and newsletter layout

This commit is contained in:
Dwindi Ramadhana
2026-02-05 00:09:40 +07:00
parent a0b5f8496d
commit 5f08c18ec7
77 changed files with 7027 additions and 4546 deletions

View File

@@ -11,7 +11,7 @@ class TemplateRegistry
*/
public static function get_templates()
{
return [
return apply_filters('woonoow_page_templates', [
[
'id' => 'blank',
'label' => 'Blank Page',
@@ -40,7 +40,7 @@ class TemplateRegistry
'icon' => 'mail',
'sections' => self::get_contact_structure()
]
];
]);
}
/**