芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/public_html/wp-content/plugins/jetpack/modules/shortcodes/untappd-menu.php
'', '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();