May 10, 2022 5:00 pm
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 );
1 Reply
May 11, 2022 8:04 am
Hello,
We'll take this into consideration for future versions.