Role / Privilege

By default the plugin can be administered by anyone with the “Shop Manager” access or higher. You can change this by taking the following steps:

1. Download the wp-config.php from your FTP server.
2. Keep a backup of wp-config.php in case there are problems.
3. Edit wp-config.php and scroll to the end and add the following bit of code:

Scroll towards the bottom, and before the line that says “Happy blogging.” add this code ABOVE that line:

define( 'PW_BLACK_FRIDAY_REQUIRES_PRIVILEGE', 'administrator' );

/* That's all, stop editing! Happy blogging. */

4. Save the wp-config.php file and re-upload it to your server.

If you have any problems, replace wp-config.php with your backup file.

Skip to content