Add placeholder files for multisite functionality

This commit is contained in:
2025-04-21 20:48:55 +01:00
parent f7515b5861
commit 5bdd04f592
3 changed files with 78 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ define( 'WP_PLUGIN_STARTER_TEMPLATE_VERSION', '0.1.13' );
require_once WP_PLUGIN_STARTER_TEMPLATE_PATH . 'includes/class-plugin.php';
// Plugin is multisite compatible - see .wiki/Testing-Framework.md for testing instructions
// For multisite-specific functionality, see the includes/Multisite directory
// Initialize the plugin and store the instance in a global variable.
$wpst_plugin = new WPALLSTARS\PluginStarterTemplate\Plugin( __FILE__, WP_PLUGIN_STARTER_TEMPLATE_VERSION );