Fix button roundtrip in editor, alignment persistence, and test email rendering
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user