• Resolved DanyelAndre

    (@danyelandre)


    When clicking on a message the toggle view is closed by default. Is there any option to change the default to open?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shamim Hasan

    (@shamim51)

    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 you are using) functions.php

    add_filter( 'fep_filter_hide_message_initially_if_read', '__return_false' );
    
    Thread Starter DanyelAndre

    (@danyelandre)

    Hello Shamim,

    that does the job.

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Toggle message view’ is closed to new replies.