Prevent Direct Access Gold is a theme-independent plugin, that is to say, it is working with almost all themes available in the market. Our Gold version is also compatible with the most popular WordPress plugins such as Yoast SEO and bbPress. What’s more, top contact form and memberships plugins are integrated with Prevent Direct Access Gold to extend its functionality as well.
Here’s a list of plugins (not comprehensive) that are compatible and integrated with Prevent Direct Access Gold that our team has tested:
Plugins | Support & Integration |
---|---|
E-Commerce |
|
Easy Digital Downloads | Prevent Direct Access Gold |
WooCommerce | |
Membership |
|
Paid Membership Pro | Membership Integration add-on |
Membership 2 | Membership Integration add-on |
User Access Manager | Membership Integration add-on |
WooCommerce Subscription | Membership Integration add-on |
WooCommerce Membership | Membership Integration add-on |
ARMember | Membership Integration add-on |
Restrict Content Pro | Membership Integration add-on |
Members | Prevent Direct Access Gold |
WP-Members Membership plugin | Prevent Direct Access Gold |
Ultimate Membership Pro | Prevent Direct Access Gold |
Ultimate Member | Prevent Direct Access Gold |
Contact Forms |
|
Contact Form 7 | Contact Form Integration add-on |
Custom Contact Form | Contact Form Integration add-on |
Ninja Forms (File Uploads) | Contact Form Integration add-on |
Video & Audio Players |
|
FV Flowplayer Video Player version 6.x | Protect WordPress Videos add-on |
Video.js | Protect WordPress Videos add-on |
Waveplayer | Protect WordPress Videos add-on |
Page Builders |
|
Page Builder by SiteOrigin | Prevent Direct Access Gold |
Elementor Pro | Prevent Direct Access Gold Amazon S3 Integration add-on |
WPBakery Page Builder | Prevent Direct Access Gold |
Beaver Builder Plugin | Prevent Direct Access Gold |
Media Library |
|
WP Media Folder | Prevent Direct Access Gold |
Enhanced Media Library | Prevent Direct Access Gold |
WordPress Media Library Folders | Prevent Direct Access Gold |
Cache Plugins |
|
WP Fastest Cache | Prevent Direct Access Gold |
WP Rocket | Prevent Direct Access Gold |
Others |
|
Shortcode Redirect | Prevent Direct Access Gold (Protected URLs) |
Yoast SEO | Prevent Direct Access Gold |
WooCommerce Protected Categories | Prevent Direct Access Gold |
dFlip Books | Amazon S3 Integration extension |
Known Incompatible plugins |
|
FileBird | "Bulk actions" |
WP Hide & Security Enhancer PRO | |
Source Guard for WP - Source Encoder/Encryptor | |
Media Vault | |
Sky Login Redirect | How to resolve the conflict |
Note: There is a known issue with Membership 2 Pro version 1.1.5 when accessing our protected links. We’ll try to resolve the conflict with them or consider dropping its integration.
.htaccess conflicts with Webp Express & WishList Member
There’s a known conflict with WebP Express & WishList Member plugin, causing our file protection not to work correctly.
Here’s how to resolve this:
- Go to our _pda folder located under
wp-content/uploads/
- Create and add this following codes on top of your .htaccess file
<IfModule mod_rewrite.c>
RewriteBase /wp-sub-folder-installation/
RewriteRule ^/?(.*\.\w+)$ index.php?pda_v3_pf=/_pda/$1 [QSA,L]
</IfModule>