The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Filter to change th...
 
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.

 

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

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

Hello,

We'll take this into consideration for future versions. 

Reply
Share: