/* 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 '
You might be surprised to find so many pet-friendly establishments on the Gulf Coast! Many people bring their dogs along on vacation so we have listed a few local spots in Gulf Shores and Orange Beach, Alabama to take man’s best friend.<\/p>\n
Not only is the food and atmosphere amazing at The Gulf in Orange Beach but you can bring Fido! Their beach location and lounging couches are perfect for a relaxing afternoon overlooking Alabama Pass. You can also sit outside on the dining deck upstairs for an even better view! Your dog will love this beachy hangout as much as you do.<\/p>\n
Drive up by boat or car\/truck and bring your furry friends! This fun beach atmosphere is open for everyone. Enjoy the live music, cabana bars and great food while your dog enjoys the attention from other customers!<\/p>\n
Click here to see the six best places to watch the sunset in Orange Beach\/Gulf Shores.<\/a><\/p><\/blockquote>\n
The Wharf <\/strong><\/h3>\n
You can shop \u2018til you drop here but more importantly, many of the stores are pet-friendly! You can bring your dog along and browse items inside Shades Sunglasses and they actually have a sign at the door welcoming your dogs! Their dogs are usually greeting customers as you walk in the door, too. You can then walk a few doors down and check out the newest pet store, Faux Paws! They have dog treats, bandanas and home d\u00e9cor personalized for your dog!<\/p>\n
Pet-Friendly Hangouts in Gulf Shores AL<\/h2>\n
Royal Oyster <\/strong><\/h3>\n
Directly over the bridge in Gulf Shores, you will find this beachy shack with outdoor seating and amazing food! Whether you like oysters or you\u2019d rather have a sandwich or burger, bring your dog and share! It is a very laid-back place to sit and enjoy the sunset and one of their many unique cocktails.<\/p>\n
Gulf State Park <\/strong><\/h3>\n
There are walkways, a free bike-share program, plenty of nature and wildlife to explore and restaurants to check out at Gulf State Park and you can bring your dogs along for all of it! Take a walk on the path to Woodside Restaurant and take a seat outside for a delicious southern-style breakfast. Your dog(s) will absolutely love the fresh air and sunshine!<\/p>\n
The Hugh S. Branyon Backcountry Trail <\/strong><\/h3>\n
There are seven trails among six distinct ecosystems that make up over 15 miles of the backcountry trail winding through Orange Beach and Gulf Shores. You can find a map online<\/a> or at the beginning of each trail! Take your dog for a walk or jog and soak in the water views, tree canopies, and butterfly garden!<\/p>\n
Gulf Shores Dog Park <\/strong><\/h3>\n
The local dog park in Gulf Shores is a local favorite because it is fenced in with plenty of benches nearby so you can relax while your dog runs without a leash. There are even a few obstacle courses if you want to give your dog a workout!<\/p>\n
Pet-Friendly Vacation Rentals<\/h2>\n
We have so many beautiful units to choose from and a couple of options for pet-friendly vacation rentals in Gulf Shores and Orange Beach<\/a>! You can browse the available units below and give us a call<\/a> with any questions! We look forward to seeing you and your dog(s) at the beach soon!<\/p>\n","protected":false},"excerpt":{"rendered":"
Orange Beach & Gulf Shores offers a multitude of dog-friendly places to take your four-legged companion. You might be surprised to find so many pet-friendly establishments on the Gulf Coast! Many people bring their dogs along on vacation so we have listed a few local spots in Gulf Shores and Orange Beach, Alabama to take […]<\/p>\n","protected":false},"author":22,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[100,107],"tags":[95,54,56,108,102],"class_list":["post-18028","post","type-post","status-publish","format-standard","hentry","category-good-times","category-pet-friendly","tag-alabama-beaches","tag-gulf-shores","tag-orange-beach","tag-pet-friendly","tag-vacation-rentals"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/posts\/18028","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=18028"}],"version-history":[{"count":0,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/posts\/18028\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/media?parent=18028"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/categories?post=18028"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/tags?post=18028"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}