/* Plugin Name: Launchpad Plugin URI: http://cysy.com Description: Adds a custom theme options page for the CYSY framework. Version: 1.0 Author: Cheyne Sutherland Author URI: http://cysy.com */ /*----------------------------------------------------------------------------------- LOAD JQUERY, OTHER PLUGIN ASSETS, & SAVED OPTIONS -------------------------------------------------------------------------------------*/ // GET REGISTERED JQUERY function launchpad_get_jquery() { wp_enqueue_script('jquery'); } add_action('init', 'launchpad_get_jquery'); // DEFINE PLUGIN FILE PATH define('LAUNCHPAD_PLUGIN_PATH', WP_PLUGIN_URL . '/' . plugin_basename(dirname(__FILE__)) . '/'); function launchpad_register_scripts() { // LOAD LIGHTSLIDER JAVASCRIPT FILE wp_enqueue_script('lightslider', LAUNCHPAD_PLUGIN_PATH.'js/lightslider.js', array('jquery')); // LOAD PLUGIN JAVASCRIPT FILE wp_enqueue_script('launchpad-scripts', LAUNCHPAD_PLUGIN_PATH.'js/launchpad.js', array('jquery')); // LOAD PLUGIN STYLESHEET wp_enqueue_style('launchpad-styles', LAUNCHPAD_PLUGIN_PATH.'css/style.css'); // LOAD OLYMPUS STYLESHEET wp_enqueue_style('olympus-styles', LAUNCHPAD_PLUGIN_PATH.'css/olympus.css'); // LOAD LIGHTSLIDER STYLESHEET wp_enqueue_style('lightslider-styles', LAUNCHPAD_PLUGIN_PATH.'css/lightslider.css'); } add_action( 'wp_enqueue_scripts', 'launchpad_register_scripts' ); /*----------------------------------------------------------------------------------- REGISTER LAUNCHPAD PLUGIN SETTINGS ON INSTALL -------------------------------------------------------------------------------------*/ // ON PLUGIN ACTIVATION, EXECUTE INSTALL_LAUNCHPAD FUNCTION register_activation_hook(__FILE__, install_launchpad()); function install_launchpad() { // REGISTER LAUNCHPAD MENU ITEM function launchpad_menu_item() { add_menu_page( 'Launchpad', // TITLE TAG 'Launchpad', // MENU ITEM LABEL 'update_core', // USER CAPABILITY 'launchpad', // SLUG 'launchpad_admin_page', // CALLBACK FUNCTION 'dashicons-location-alt', // https://developer.wordpress.org/resource/dashicons/ '58' // MENU POSITION ); } add_action('admin_menu', 'launchpad_menu_item'); // REGISTER LAUNCHPAD SETTINGS add_action('admin_init', 'register_launchpad_settings'); } /*----------------------------------------------------------------------------------- LAUNCHPAD FUNCTIONS -------------------------------------------------------------------------------------*/ // ADD MENU SEPARATOR function add_launchpad_admin_menu_separator($position) { global $menu; $menu[$position] = array( 0 => '', 1 => 'read', 2 => 'separator' . $position, 3 => '', 4 => 'wp-menu-separator' ); } add_action('init_custom_menu_separator', 'add_launchpad_admin_menu_separator'); // ADD MENU SEPARATOR ABOVE OPTIONS PAGE function set_launchpad_admin_menu_separator() { do_action('init_custom_menu_separator', 57); } add_action('init', 'set_launchpad_admin_menu_separator'); // LAUNCHPAD SETTINGS function register_launchpad_settings() { register_setting('launchpad-settings', 'launchpad'); } // GET DIRECTORY SIZE function get_foldersize($path) { $total_size = 0; $files = scandir($path); $cleanPath = rtrim($path, '/') . '/'; foreach($files as $t) { if ('.' != $t && '..' != $t) { $currentFile = $cleanPath . $t; if (is_dir($currentFile)) { $size = get_foldersize($currentFile); $total_size += $size; } else { $size = filesize($currentFile); $total_size += $size; } } } return $total_size; } // FORMAT DIRECTORY SIZE function wp_formatsize($size) { $units = explode(' ', 'B KB MB GB TB PB'); $mod = 1024; for ($i = 0; $size > $mod; $i++) $size /= $mod; $endIndex = strpos($size, ".") + 3; return substr($size, 0, $endIndex) . ' ' . $units[$i]; } /*----------------------------------------------------------------------------------- LAUNCHPAD OPTIONS PAGE -------------------------------------------------------------------------------------*/ function launchpad_admin_page() { if (!current_user_can('manage_options')) { wp_die(__('You do not have sufficient permissions to access this page.')); } // FETCH SAVED OPTION VALUES $options = get_option('launchpad'); // FETCH DIRECTORY FOLDER SIZES $upload_dir = wp_upload_dir(); $theme_dir = get_theme_root(); $upload_space = get_foldersize($upload_dir['basedir']); $content_space = get_foldersize(WP_CONTENT_DIR); $theme_space = get_foldersize($theme_dir); $plugin_space = get_foldersize(WP_PLUGIN_DIR); $wp_space = get_foldersize(ABSPATH); $active_theme = get_template_directory(); $active_theme_space = get_foldersize($active_theme); // MATH FOR DIRECTORY FOLDER SIZE PERCENTAGES $total = $content_space; $uploads = $upload_space / $total * 100; $plugins = $plugin_space / $total * 100; $themes = $theme_space / $total * 100; $active = ($active_theme_space / 2048000) * 38.86; echo '
<\/p>\n
The Gulf <\/strong><\/p>\n The Gulf <\/a> definitely has an island vibe with a great view! Take a seat at a picnic table or lounge in one of their beach couches and browse the great cabana bar menu. Order something classic like a Bloody Mary or you can try something more tropical like their seasonal berry mojito or spicy blackberry margarita.<\/p>\n Pleasure Island <\/strong><\/p>\n With an outdoor bar, beautiful view of Sportsman Marina and hammocks to lounge in, you\u2019ll want to lounge at Pleasure Island<\/a> all day. They have classics like pina coladas and Bloody Mary\u2019s plus several signature cocktails like the ono oasis, named after local Ono Island.<\/p>\n Cobalt <\/strong><\/p>\n This is a beautiful restaurant with an outdoor cabana bar featuring live music most nights and string lights hanging from the palm trees. You\u2019ll love the cocktail menu just as much as the atmosphere! They have a full stocked bar with a great whiskey selection and a signature cocktail menu including drinks like Orange Beach Margarita and their own topical sangria topped with fresh fruit.<\/p>\n The Hangout <\/strong><\/p>\n This The Hangout<\/a> has a summer feeling year-round! The windows are open for clear view of the beach in Gulf Shores and the staff makes sure you have a great time during your visit. This is also a very family-friendly atmosphere. Order a classic bushwacker or one of their signature cocktails like the Shark Attack!<\/p>\n Anchor Bar and Grill<\/strong><\/p>\n The view and the bushwacker at Anchor Bar and Grill<\/a> are two of the best on the island, so be sure to stop by for an island time atmosphere during your vacation. They have a laid-back menu with your favorite classic cocktails or try one of their signature drinks like the Spring Fling or Ghost Train.<\/p>\n Tacky Jacks <\/strong><\/p>\n This Tacky Jacks<\/a>\u00a0is great any time of day but brunch on the weekends on the deck surrounding the cabana bar is a great place to spend an afternoon! You can sit back and watch yachts, dolphin cruises and parasailers pass by while soaking up the sun. There are fans on to keep the air cooler in the warmer months. You can find a great Bloody Mary here or try a classic mojito, mimosa or martini.<\/p>\n Playa at Sportsman Marina <\/strong><\/p>\n Sit indoors or outdoors and still enjoy the view at Playa<\/a> of the marina on a sunny day. They have an impressive wine list including wine on tap and to-go cocktails! Find your favorite classic mojitos, mimosas or draft beer at any time but you can also enjoy happy hour daily 3-6pm. They also have a colorful signature cocktail menu with options like The Pink Flamingo, Kokomo and Endless Summer.<\/p>\n All of these cocktail spots are convenient to our many vacation rentals in Gulf Shores and Orange Beach<\/a>. If you haven\u2019t booked your spring and summer beach getaway, we have plenty of options at Sugar Sands Realty<\/a>!<\/p>\n","protected":false},"excerpt":{"rendered":" The Gulf The Gulf definitely has an island vibe with a great view! Take a seat at a picnic table or lounge in one of their beach couches and browse the great cabana bar menu. Order something classic like a Bloody Mary or you can try something more tropical like their seasonal berry mojito or […]<\/p>\n","protected":false},"author":22,"featured_media":21909,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[100],"tags":[95,28,82,134,137,92,9,135,132,129,127],"class_list":["post-21908","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-good-times","tag-alabama-beaches","tag-alabama-vacation-rentals","tag-beach-rentals","tag-beach-vacation-rental","tag-cocktails","tag-condo-rental-orange-beach","tag-condo-rentals-in-gulf-shores-alabama","tag-dining-in-gulf-shores","tag-gulf-shores-and-orange-beach","tag-local-businesses","tag-support-local"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/posts\/21908","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/comments?post=21908"}],"version-history":[{"count":0,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/posts\/21908\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/media\/21909"}],"wp:attachment":[{"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/media?parent=21908"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/categories?post=21908"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/tags?post=21908"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}