feat(wpmc S3): procedural wpmc_* API + smoke test
Also fixes PluginBootTest to be order-independent (reset booted flag) and to expect ShortcodeDmr hook that boot() now wires. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -21,6 +21,7 @@ defined('WPMC_VERSION') || define('WPMC_VERSION', '0.1.0');
|
||||
|
||||
require_once WPMC_PLUGIN_DIR . 'includes/class-plugin.php';
|
||||
\WPMultiCity\Plugin::register_autoloader();
|
||||
require_once WPMC_PLUGIN_DIR . 'includes/wpmc-functions.php';
|
||||
|
||||
register_activation_hook(__FILE__, ['\\WPMultiCity\\Activator', 'activate']);
|
||||
register_deactivation_hook(__FILE__, ['\\WPMultiCity\\Activator', 'deactivate']);
|
||||
|
||||
Reference in New Issue
Block a user