Disable message toggle


Home Forums Front End PM PRO Disable message toggle

This topic is: Not Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26736
    Edson Arez
    Participant

    I found this is the forum to display all messages without the toggle
    add_filter( 'fep_filter_hide_message_initially_if_read', '__return_false' );

    but when i click on the message title it still collapses. I want to remove all the toggles entirely.

    #26767
    Shamim Hasan
    Keymaster

    Remove toggle feature entirely is not supported yet, Please wait for next version. It will be included.

    #40044
    Shamim Hasan
    Keymaster

    For future reference:
    To remove toggle feature entirely 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' );
    
Viewing 3 posts - 1 through 3 (of 3 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.