Fix: Rename class files and apply coding standard fixes
This commit is contained in:
@@ -49,6 +49,6 @@ class Plugin {
|
||||
* Initialize the plugin
|
||||
*/
|
||||
public function init() {
|
||||
// Initialize plugin
|
||||
// Initialization logic goes here
|
||||
}
|
||||
}
|
||||
@@ -1 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* File: updater.php
|
||||
* Description: Placeholder for potential updater logic.
|
||||
*
|
||||
* @package WPALLSTARS\PluginStarterTemplate
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user