'', 'theme' => '', ), $atts, 'untappd-menu' ); // We're going to clean the user input. $atts = array_map( 'absint', $atts ); if ( $atts['location'] < 1 || $atts['theme'] < 1 ) { return; } static $untappd_menu = 1; $html = ''; $html .= ''; $untappd_menu++; return $html; } } new Jetpack_Untappd();