/* 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 '
There are multiple bike trails in Gulf State Park but a favorite among locals and visitors is the Backcountry Trail. With entrances in Gulf Shores and Orange Beach, it is a convenient choice, too. The Backcountry Trail map<\/a> is helpful when planning your trip and is a great guide as you pedal your way through this scenic area. There is a total of 7 bike trails and each offer a 1 to 3 mile journey.<\/p>\n\n\n\n What will you find along the way? The Gulf State Park trails lead you through some of Alabama\u2019s most breathtaking scenery including marshes, vibrant woodlands and coastal wildlife. You can spot eagles, owls, smaller bobcats and blue herons. <\/p>\n Check out all the other activities you can do to get your wellness at Gulf Shores & Orange Beach.<\/a><\/p>\n<\/blockquote><\/p>\n\n\n\n Wanting to cruise paths with Gulf views? The opportunities are endless thanks to the fact that there are bike paths along the main roads in Gulf Shores and Orange Beach! Bike to lunch at The Hangout in Gulf Shores and soak up while you take a break and put your toes in the sand. Cycle to The Gulf in Orange Beach for a chance to see gorgeous sailboats coming through Alabama Pass. Check out a beautiful sunset while you’re there. <\/a><\/p>\n\n\n\n Many people prefer to rent their bicycles while on vacation to the Gulf Coast. You will find many options for renting recreational vehicles in the area. You can find Gulf State Park Bike Rentals<\/a> convenient to your bike paths in Gulf Shores and they offer unique Segway tours! Beach Bike Rentals<\/a> in Orange Beach is an option for those staying on the other end of the island. Both have multiple options and staff that will be help you choose your bike and even give you tips on where to find the best views and restaurants along the way.<\/p>\n\n\n\n If you haven\u2019t booked your trip to Gulf Shores and Orange Beach, it is time to make plans to enjoy the gorgeous weather and longer days as spring and summer arrive! We have vacation rentals<\/a> convenient to everything this area has to offer including this beautiful condo unit<\/a> at White Caps in Orange Beach convenient to Gulf State Park bike paths and all entertainment and restaurants in the area. Bring your family or friends along for the ride and get outside to enjoy nature during one of the most beautiful seasons here on the Gulf Coast!<\/p>\n\n\n\n Looking for other vacation ideas? Read about family fun in Orange Beach and Gulf Shores<\/a> or 4 reasons to escape to Gulf Shores and Orange Beach for a couple\u2019s getaway<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":" Whether it’s just touring the coast or sweating those calories, bike rides are the best way to see the Alabama Coast. Gulf State Park There are multiple bike trails in Gulf State Park but a favorite among locals and visitors is the Backcountry Trail. With entrances in Gulf Shores and Orange Beach, it is a […]<\/p>\n","protected":false},"author":22,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[93,101,54,6,56,102],"class_list":["post-16635","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-beach-vacation","tag-cycling-the-coast","tag-gulf-shores","tag-gulf-shores-rentals-on-the-beach","tag-orange-beach","tag-vacation-rentals"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/posts\/16635","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=16635"}],"version-history":[{"count":0,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/posts\/16635\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/media?parent=16635"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/categories?post=16635"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/tags?post=16635"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}\n
All Paths Lead to the Beach <\/strong><\/h2><\/p>\n\n\n\n
Rent a Bicycle <\/strong><\/h2><\/p>\n\n\n\n
<\/figure>\n\n\n\n