Reply To: How to link the participants name to their profile?


Home Forums Front End PM PRO How to link the participants name to their profile? Reply To: How to link the participants name to their profile?

#18455
Utsav Sarkar
Participant

Hi Shamim,

I wanted the toggle feature to be disabled by default so that users can see the messages at all times. Hence, I have the following code in my functions.php

add_action( ‘wp_enqueue_scripts’, function(){
wp_deregister_script( ‘fep-replies-show-hide’ );
});

However, after the Version 10.1.4 upgrade, the messages are toggled off by default. how can I remove the toggle feature again so that users can see the messages