The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Filter to change th...
 
Share:
Notifications
Clear all

Filter to change the position of the comment bubble through hooks?

2 Posts
2 Users
0 Likes
525 Views
Posts: 1
 m4n0
Topic starter
(@m4n0)
New Member
Joined: 2 years ago

Hey there,

I can change the position of the comment bubble through JavaScript, but I prefer to do the WordPress way. Is there any filter so that I can change the position of it in `wp_footer` to some other hook?

I tried this, but I think I am missing something:

function removeBubbleWrapper() {
	$instance = wpDiscuz();
	remove_action( "wp_footer", array( $instance, "footerContents" ), 90 );
}
add_action( "wp_head", "removeBubbleWrapper", 0 );
Topic Tags
1 Reply
Asti
Posts: 7114
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hello,

We'll take this into consideration for future versions. 

Reply
Share: