"Ads" option disappeared from WP Admin
-
When updating to WP125 v.1.5.4 the left sidebar menu option for WP125 (Ads) no longer displays again.
Some sites harden their WP installations: https://codex.www.ads-software.com/Hardening_WordPress#Disable_File_Editing
One common tweak is to include://disable file editing for security purposes define( 'DISALLOW_FILE_EDIT', true );
in wp-config.php
Since file editing from within WordPress is disabled for enhanced security, download and edit the file: wp125.php
Note: Create a backup firstfind:
define("MANAGEMENT_PERMISSION", "edit_themes");
change to:
define("MANAGEMENT_PERMISSION", "edit_users");
upload back to the server.
After the above edit and upload back to the server, the menu option now appears.
- The topic ‘"Ads" option disappeared from WP Admin’ is closed to new replies.