Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @listblank
    Fluent support has the option to change the avatars for customers and support staff from the corresponding navigation bar. You can follow this document

    Also if you need any assistant from our support agent, you can open a support ticket at:?https://wpmanageninja.com/support-tickets/

    Thread Starter listblank

    (@listblank)

    functions.php

    require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
    
    if (is_plugin_active('fluent-support/fluent-support.php')) {
      function change_fluent_ava(){
        return "https://ps.w.org/fluent-support/assets/icon.svg";
      }
      add_filter('fluent_support/get_avatar', 'change_fluent_ava');
    }
    • This reply was modified 1 year, 6 months ago by listblank.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the default avatar for all users’ is closed to new replies.