Friends Only Filter
Additional rules to bypass the "Friends Only" plugin
by Jeremy Pry · github.com/prysplugins/friends-only-filter · website
★ 0stars
7release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/prysplugins/friends-only-filter/releases/download/1.2/friends-only-filter.zipDeclares an update source (https://github.com/PrysPlugins/friends-only-filter), so updates arrive through the plugin's own updater.
From the readme
Friends Only Filter
Additional rules to bypass the "Friends Only" plugin
Usage
1. Download the plugin (click here for latest release)
2. Upload the Plugin to your WordPress site.
3. Activate the plugin
4. Have WPE support add the following rule to the nginx-before-in-location field:
Note that you MUST update the HASH value with the correct value. This is the MD5 hash of the siteurl field found in the wpoptions table in the database. You can determine the MD5 using PHP at the command line. Here's the code snippet to use (replace http://jeremypry.com with the value from the site DB):
Read the full README on GitHub →