Reply To: disable avatar


Home Forums Front End PM PRO disable avatar Reply To: disable avatar

#19328
Shamim Hasan
Keymaster

add following code in your theme’s (child theme’s if using) functions.php

add_action( 'fep_message_table_column_content_avatar', function(){} );