The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Remove WpDiscuz But...
 
Share:
Notifications
Clear all

[Solved] Remove WpDiscuz Button from WP-Admin Bar

3 Posts
2 Users
0 Likes
1,222 Views
Posts: 2
Topic starter
(@farmerfrank)
New Member
Joined: 3 years ago

How can I remove the WPDiscuz button from the Admin bar?

Screen Shot 2021 03 29 at 2.00.00 PM

 

Topic Tags
2 Replies
Asti
Posts: 7114
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@farmerfrank,

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/

Reply
1 Reply
(@farmerfrank)
Joined: 3 years ago

New Member
Posts: 2

@asti Thank you, I'll look into implementing it that way.

Reply
Share: