- Cache and Performance Plugins
- Security Plugins
- WooCommerce and eCommerce
- SEO Plugins
- Page Builders and Themes
- Multilingual Plugins
- Form and Communication Plugins
- Backup and Management Plugins
- Membership and Community Plugins
- Other Compatible Plugins
- Known Compatibility Notes
- Frequently Asked Questions
- Related Tutorials
WP Ghost is tested and compatible with over 1,000 WordPress plugins and themes. This page lists the plugins we’ve specifically tested and verified. If a plugin you use isn’t on this list, it doesn’t mean there’s an incompatibility, WP Ghost doesn’t physically change any files, so most plugins work without any issues. Compatibility challenges typically only arise with cache plugins, page builders, and other security plugins that modify .htaccess or interact with the login process.
Compatibility by security mode: Lite Mode (Free) is universally compatible with virtually every plugin and theme because it doesn’t change wp-admin or admin-ajax.php. Safe Mode (Premium) is engineered for maximum compatibility with complex plugin stacks (WooCommerce, page builders, LMS, membership tools) and is the recommended Premium default. Ghost Mode (Premium) applies tighter protection including file extension hiding and may require testing with plugins that hardcode wp-admin or admin-ajax.php paths.

Cache and Performance Plugins
WP Ghost is optimized to work with all major caching and performance plugins. If custom paths don’t appear in cached pages, enable Change Paths in Cached Files or try changing the Plugin Loading Hook.
- WP Rocket
- W3 Total Cache
- WP Super Cache
- WP Fastest Cache
- LiteSpeed Cache
- Autoptimize
- Cache Enabler
- CDN Enabler
- Breeze Cache
- Comet Cache
- Hummingbird
- Hyper Cache
- Powered Cache
- NitroPack
- Bunny CDN
- Jetpack
- Cache-Control
- JCH Optimize 3
- SWIS Performance
- WP Speed of Light
- SiteGround Optimizer
- Rabbit Loader Cache
- FlyingPress
- Debloat
Security Plugins
WP Ghost works alongside other security plugins. They handle different protection layers, WP Ghost focuses on proactive hack prevention by reducing the attack surface through path security and firewall rules, while other plugins typically handle reactive malware scanning, threat intelligence, and post-breach detection.
- Wordfence Security (setup guide)
- Solid Security (formerly iThemes Security) (setup guide)
- Shield Security (setup guide)
- Sucuri Security (setup guide)
- Defender Security
- Patchstack
- WP Cerber (setup guide)
- MalCare Security
- BulletProof Security (see note below)
- CleanTalk
- BBQ Firewall (setup guide)
- Two-Factor
- Limit Login Attempts
- Limit Login Attempts Reloaded (setup guide)
- Loginizer (setup guide)
- Really Simple SSL (setup guide)
- Password Protected
- Virusdie Security
- SiteGround Security (setup guide)
WooCommerce and eCommerce
WP Ghost is fully compatible with WooCommerce and its ecosystem in all three security modes. Cart, checkout, product pages, customer accounts, and AJAX-powered features work normally with path security enabled. Free users: use Lite Mode (universally compatible). Premium users: start with Safe Mode, it’s engineered specifically for ecommerce plugin ecosystems.
- WooCommerce (compatible through WooCommerce 10.6)
- WooCommerce Checkout Manager
- WooCommerce Product Add-Ons
- WooCommerce Product Bundles
- WooCommerce Memberships
- WooCommerce Subscriptions
- WooCommerce PDF Invoices
- WooCommerce Print Invoice
- WooCommerce Table Rate Shipping Pro
- WooCommerce Smart COD
- WooCommerce Wallet
- Woo Local PickUp
- WooCommerce MailChimp
- WooCommerce Email Verification
- WooCommerce Per Product Shipping
SEO Plugins
WP Ghost’s path changes don’t affect SEO. Public page URLs, sitemaps, canonical tags, and meta data are not modified. All SEO plugins work normally in all three security modes.
- Yoast SEO
- Rank Math
- All In One SEO
- SEOPress
- Squirrly SEO
- WordPress XML Sitemaps (core)
Page Builders and Themes
WP Ghost works with all major page builders and themes. If you experience editor issues after activating Ghost Mode, the editor may be hardcoding admin-ajax.php paths. Free users, switch to Lite Mode (which leaves admin-ajax.php at its default). Premium users, switch back to Safe Mode from WP Ghost > Change Paths > Level of Security, it’s engineered for compatibility with page builders while still protecting wp-admin and admin-ajax.php through carefully tested rewrite techniques.
- Elementor (including Elementor Pro)
- Bricks Builder
- Gutenberg (WordPress block editor)
- Divi Builder
- WPBakery Page Builder
- Oxygen
- Beaver Builder
- Thrive Architect
- Brizy Builder
- NicePage
- Breakdance
- Zion Builder
- OptimizePress
- Fusion Builder (Avada)
- YellowPencil
- Blocksy (theme)
- Astra (theme + Astra Pro)
- Flavor (theme)
- Avada (theme)
- Riode (theme)
- JobCareer (theme)
Multilingual Plugins
Form and Communication Plugins
- Contact Form 7
- Ninja Forms
- Gravity Forms
- MailChimp for WordPress
- Login/Signup Popup
- UsersWP
Backup and Management Plugins
- UpdraftPlus
- BackupGuard
- BackUpWordPress
- WP Time Capsule
- ManageWP / ManageWP Worker (use Must Use Plugin Loading)
- MainWP
- CMP Coming Soon & Maintenance Mode
- WP Maintenance Mode
Membership and Community Plugins
Other Compatible Plugins
- Advanced Custom Fields (ACF)
- MetaBox (tested with all extensions)
- Toolset
- Redux Framework
- EWWW Image Optimizer
- Imagify
- ShortPixel
- Smush
- Slider Revolution
- Penci Slider
- Thrive Leads
- Ultimate Addons for Elementor
- Kadence Blocks
- WP Coupons and Deals
- WP External Links
- Instagram Slider Widget
- WordPress MU Domain Mapping
- White Label CMS
- LoginPress
- Advanced Access Manager (AAM)
- WPS Hide Login
- Temporary Login Without Password
- Buy Me A Coffee
Known Compatibility Notes
BulletProof Security: This plugin removes all custom rules from .htaccess when its settings are saved. To avoid conflicts, install BulletProof Security first, then install WP Ghost. After that, don’t re-save BulletProof Security settings, as it will remove WP Ghost’s rewrite rules. Alternatively, enable Add Rewrites in WordPress Rules Section to protect WP Ghost’s rules from being removed.
ManageWP Worker: ManageWP loads as a Must Use plugin and can conflict with WP Ghost’s initialization. Set WP Ghost’s Plugin Loading Hook to Must Use Plugin for seamless integration.
NitroPack / Rabbit Loader: These cloud-based optimization services may need additional configuration to work with custom paths since they process HTML at the CDN level. Enable Change Paths in Cached Files and verify paths appear correctly in the optimized output.
General compatibility tip: If any plugin causes issues after activating WP Ghost, move to a more compatibility-friendly mode. Free users, make sure you’re on Lite Mode (compatible with virtually all plugins). Premium users, switch from Ghost Mode to Safe Mode, it’s the Premium compatibility-first default, tested against 1,000+ plugins and themes. Most compatibility issues resolve with this one step, and no settings are lost when switching modes.
Frequently Asked Questions
My plugin isn’t on this list. Will it work?
Most likely yes. WP Ghost doesn’t physically change any files. It uses rewrite rules that only affect how URLs are served to browsers. Plugins that operate in the WordPress admin area, process data on the server, or use standard WordPress APIs work without any issues. The only plugins that might need attention are those that modify .htaccess, interact with the login process, or hardcode WordPress paths.
What should I do if I find a conflict?
Switch to a more compatibility-friendly security mode and test. Free users, switch to Lite Mode (it’s universally compatible because it leaves wp-admin and admin-ajax.php at their defaults). Premium users, switch from Ghost Mode to Safe Mode (Premium default, tested against 1,000+ plugins and themes), and if the conflict still persists, fall back to Lite Mode for isolation testing. If the issue persists across all modes, use the Safe URL parameter to temporarily bypass WP Ghost and identify the specific setting causing the conflict. You can also contact WP Ghost support and we’ll investigate.
Which security mode is most compatible with other plugins?
Lite Mode (Free) is universally compatible because it leaves wp-admin and admin-ajax.php at their WordPress defaults. Safe Mode (Premium) is engineered for near-universal compatibility with complex plugin stacks and is the recommended Premium default, it’s tested against 1,000+ plugins and themes including WooCommerce, page builders, and LMS platforms. Ghost Mode (Premium) applies the tightest protection (including file extension hiding) and may require compatibility testing with plugins that hardcode paths, but most sites run fine on Ghost Mode after a short verification pass. See Lite Mode vs Safe Mode vs Ghost Mode for the full comparison.
Can I request compatibility testing for a specific plugin?
Yes. Contact us with the plugin name and URL. We test and update compatibility regularly.
Does WP Ghost modify WordPress core files?
No. WP Ghost uses server rewrite rules and WordPress hooks. No files are moved, renamed, or modified. This is why compatibility with other plugins is generally excellent, WP Ghost doesn’t interfere with how other plugins access files or process data.
Related Tutorials
Resolve compatibility issues:
- Lite Mode vs Safe Mode vs Ghost Mode – understand which mode fits your plugin stack.
- Plugin Loading Hook – resolve cache plugin and ManageWP conflicts by changing when WP Ghost loads.
- Change Paths in Cached Files – ensure custom paths appear in cached HTML, CSS, and JS.
- Rewrites Rules Location – protect WP Ghost rules from other plugins that clean .htaccess.
- Rollback Settings – recover access when troubleshooting compatibility.
- WP Ghost with WooCommerce, detailed WooCommerce compatibility guide.