/* 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 '
Here in Gulf Shores & Orange Beach, there are wonders around every corner. Take a day to explore the vibrant history of our area with a visit to one of three forts with very interesting history. The history buffs in your group will enjoy the many activities found along our coastline the incorporates battles dating all the way back to 1864.<\/p>\n
Take a break from the beach and visit Fort Morgan Historic Site<\/a> located at Mobile Point, at the end of scenic Fort Morgan Peninsula. Spend a few hours or the full day exploring the site where the Battle of Mobile Bay took place in 1864. You can have an adventure at the Espionage at Mobile Point escape room! Your job is to find the defensive map and plan an escape route. You can also tour the grounds, visit the concession stands, take a nature walk and watch the local wildlife and catch the ferry to Dauphin Island while you\u2019re there!<\/p>\n Click here to see about the safety precautions being implemented due to COVID-19.<\/a><\/p><\/blockquote>\n Take a fun ferry ride over to Dauphin Island during your beach getaway to explore Fort Gaines<\/a>. Fort Gaines is one of the key sites for the famous Battle of Mobile Bay and is surrounded by panoramic water views! The fort has original cannons, a blacksmith shop, kitchens, a museum, gift shop and tunnels to explore. You can visit daily from 9:00 AM \u2013 5:00 PM.<\/p>\n Operated by the History Museum of Mobile<\/a>, Fort Conde is located in Downtown Mobile, Alabama and a short drive from Gulf Shores and Orange Beach. The original Fort Conde was built in 1723 by French explorers. The replica fort was built in 1976 as part of our nation\u2019s bicentennial celebration and is open for daily tours. It also plays a role in Mardi Gras celebrations each year as part of Mobile\u2019s fascinating history! You can visit Fort Conde any day of the week and your admission to the History Museum of Mobile also allows you admission into Fort Conde. It is great way to spend the day exploring part of Alabama\u2019s history.<\/p>\n When you plan your beach getaway, schedule time in your itinerary to visit one or all of our historic sites in the area. Alabama has a rich history and it is even more fascinating to explore in person! Whether you visit in summer, fall, winter or spring, you can find something to explore around every corner of our area.<\/p>\n Be sure to check out our availability for vacation rentals in Gulf Shores and Orange Beach AL<\/a> for next season or book your next trip today.<\/p>\nFort Gaines<\/h2>\n
Fort Conde<\/h2>\n