disable avatar


Home Forums Front End PM PRO disable avatar

This topic is: Not Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19104
    arancia-ict
    Participant

    Hi, as I use only admin to users messages and my users do not have an avatar image, I’d like to not see the avatars at all in the message box.
    I’ve already removed the own avatar by the filter:
    add_filter( ‘fep_remove_own_avatar_from_messagebox’, ‘__return_true’ )
    but as I see only default avatar images it doesn’t make sense seeing the same image in any row of the message box.
    Thanks

    #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(){} );
    
Viewing 2 posts - 1 through 2 (of 2 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.