| 开发者 |
wpsupporting
megamanager |
|---|---|
| 更新时间 | 2026年4月12日 21:39 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
After installing the plugin, go to Settings > MegaManager in WordPress admin, enter your Connect Token from the MegaManager dashboard, and click Connect.
Yes. All communication between your site and MegaManager uses HMAC-signed requests. Your site secret is stored locally and never shared.
MegaManager Connector supports WP Super Cache, W3 Total Cache, WP Fastest Cache, LiteSpeed Cache, WP Rocket, Autoptimize, SG Optimizer, Hummingbird, WP-Optimize, and Breeze.
No. The plugin only sends data after you explicitly connect it. The heartbeat (connection check) runs only while connected. Performance metrics require an additional opt-in via the telemetry toggle in the plugin settings. You can disable telemetry or disconnect entirely at any time.
wpmm_site_id, wpmm_site_secret, wpmm_connected); re-inject them after restore so the site stays connected and the complete_restore callback can authenticate.trigger_restore — runs WPMMB_Backup_Manager::check_restore_jobs() immediately so a queued restore can start without waiting only for cron polling.access_method: password (default) or magic_link — magic link returns a one-time login_url and omits the plaintext password in the API response.POST /wpmm/v1/temp-access/generate-link — generate or regenerate a one-time magic login URL for an existing temp user (TTL capped at 24 hours or remaining access time).from/to date handling, optional previous-period totals for comparison, smaller sale_stats interval payloads.activate_plugin() correctly; log from_version for history; remote grant_temp_access / revoke_temp_access commands receive the correct parameter array.type; remote update user messages in English; flush plugin/object caches and OPcache (when available) after successful remote plugin update or activation.wp-config.php is no longer included in downloadable full-site zip backups.wp-content size; backup uploads stream via cURL; auto-clear stuck backup locks after 4 hours; post-restore cache flush; database restore creates a pre-restore snapshot and rolls back on SQL failure.wp-admin/includes/plugin.php before update APIs, run wp_version_check before plugin/theme checks; optional forced refresh clears update transients when syncing from MegaManagernew_version extraction for plugin and theme update rows (object or array update payloads, PHP 8+ compatible)send_metrics(true)) so pending updates are not staledebug-log-trim route registers permission_callback correctly; added POST /wpmm/v1/debug-log-clear to empty debug.log without full parse (for large logs, use clear instead of trim)debug.log line classification (PHP Error, memory limit, max execution time, uncaught Throwable) for remote monitoring/wpmm/v1/php-errors) and debug log trim (/wpmm/v1/debug-log-trim)https://wpmegamanager.com/api/fn with optional WPMM_API_BASE override; External Services readme updated accordingly (replaces legacy Supabase URL in documentation)ajaxurl is undefined (admin bar / cache UI reliability)X-Site-Secret)