Fix: Rename class files and apply coding standard fixes

This commit is contained in:
2025-04-18 18:08:51 +01:00
parent 3fa42ae1c7
commit 058ae4b64e
8 changed files with 2233 additions and 9 deletions

View File

@@ -31,8 +31,8 @@ if ( ! defined( 'WPINC' ) ) {
die;
}
// Load the main plugin class
// Load the main plugin class.
require_once plugin_dir_path( __FILE__ ) . 'includes/class-plugin.php';
// Initialize the plugin
// Initialize the plugin.
new WPALLSTARS\PluginStarterTemplate\Plugin( __FILE__, '0.1.7' );