Reply To: Show all replies on load


Home Forums Front End PM PRO Show all replies on load Reply To: Show all replies on load

#11326
Shamim Hasan
Keymaster

By default it collapse only messages which already read. all unread messages are open. If you still want to show all messages by default add following code in your theme’s (child theme’s if any) functions.php


add_filter( 'fep_filter_hide_message_initially_if_read', '__return_false' );