Fix button roundtrip in editor, alignment persistence, and test email rendering

This commit is contained in:
Dwindi Ramadhana
2026-01-17 13:10:50 +07:00
parent 0e9ace902d
commit 6d2136d3b5
61 changed files with 8287 additions and 866 deletions

View File

@@ -44,7 +44,11 @@ add_action('plugins_loaded', function () {
});
// Activation/Deactivation hooks
register_activation_hook(__FILE__, ['WooNooW\Core\Installer', 'activate']);
// Activation/Deactivation hooks
register_activation_hook(__FILE__, function() {
WooNooW\Core\Installer::activate();
WooNooW\Setup\DefaultPages::create_pages();
});
register_deactivation_hook(__FILE__, ['WooNooW\Core\Installer', 'deactivate']);
// Dev mode filters removed - use wp-config.php if needed: