Viewing 1 replies (of 1 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    You can use this to remove unused,

    add_filter('rtcl_social_profiles_list', 'my_prefix_remove_unused_social_profile');
    
    function my_prefix_remove_unused_social_profile($options){
        unset($options['reddit']);
        return $options;
    }

    Thank you

Viewing 1 replies (of 1 total)

The topic ‘Social profiles’ is closed to new replies.