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

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Remove WpDiscuz Button from WP-Admin Bar

3 Posts
2 Users
0 Reactions
1,820 Views
Posts: 2
Topic starter
(@farmerfrank)
New Member
Joined: 4 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: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 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: 4 years ago

New Member
Posts: 2

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

Reply
Share: