Home › Forums › Front End PM PRO › Show all replies on load › Reply To: Show all replies on load
February 20, 2018 at 5:56 pm
#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' );