Remove some buttons from the message box?
-
I want to remove a button for my users, and remove a lot from my admin version.
If each button had its own class, I could simply hide them with css, and never touch any code, but they all have the same css class. The same goes for the links in the text widget in the sidebar.
If they had the same css class, they could be hidden individually.So that would be supernice to either add individual classes to them, or even better: Let us tick of on the settings page, which buttons we want. Just like you have done with “Hide Directory from front end?” (but with choice for both users and admins). That would be totally awesome!
I have saved a copy locally of fep-class.php, and edited the one in the plugin, to accomplish this.
Would it be possible to create a file in my child theme with the changes, so it won’t be affected by an update of the plugin?
- The topic ‘Remove some buttons from the message box?’ is closed to new replies.