How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
1,470
Views
Mar 29, 2021 8:00 pm
How can I remove the WPDiscuz button from the Admin bar?
2 Replies
Mar 30, 2021 7:27 am
You can use the following JS code:
jQuery(document).ready(function(){ jQuery('li#wp-admin-bar-wpdiscuz').remove(); });
Here is a helpful article: https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/