Fix: Apply latest phpcbf formatting fixes

This commit is contained in:
2025-04-18 18:01:52 +01:00
parent 93412896e8
commit 275958bfdb
5 changed files with 371 additions and 347 deletions

View File

@@ -27,12 +27,12 @@
*/
// If this file is called directly, abort.
if (!defined('WPINC')) {
die;
if ( ! defined( 'WPINC' ) ) {
die;
}
// Load the main plugin class
require_once plugin_dir_path( __FILE__ ) . 'includes/class-plugin.php';
// Initialize the plugin
new WPALLSTARS\PluginStarterTemplate\Plugin(__FILE__, '0.1.7');
new WPALLSTARS\PluginStarterTemplate\Plugin( __FILE__, '0.1.7' );