add_filter( 'wpex_topbar_social_link_attrs', function( $attrs ) {
unset( $attrs['title'] );
return $attrs;
} );
Snippets: Remove Top Bar Social Links Title Attributes
All PHP snippets should be added via a child theme's functions.php file or via the Code Snippets Plugin (or alternative plugin)