Reply To: Scrolling issue after sending “message” (when long messages opened in feed)


Home Forums Front End PM PRO Scrolling issue after sending “message” (when long messages opened in feed) Reply To: Scrolling issue after sending “message” (when long messages opened in feed)

#41434
Shamim Hasan
Keymaster

To remove toggle feature entirely you can add following code in your theme’s (child theme’s if you are using) functions.php

add_filter( 'fep_filter_message_toggle_feature', '__return_false' );