/* 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 '
Thanksgiving left us with full belly’s Tomorrow kicks off the most wonderful time of the year with The Lighted Christmas Parade<\/a> in Gulf Shores! The parade will begin at 6:30 pm at the Gulf Shores Public Beach. Spectators can enjoy marching bands, holiday characters, and lighted floats along Hwy 59. The parade ends at Johnnie Sims Park with pictures with Santa, treats, a snowball drop, and much more! For a limited time we are offering Spring Free Night Specials<\/strong> from April 8th – May 11th. If you are looking to book your room for Spring Break, you have come to the right place! You don’t want to miss out on this opportunity!<\/p>\n","protected":false},"excerpt":{"rendered":" Thanksgiving left us with full belly’s and we are now snowballing into\u00a0Christmas!\u00a0 Tomorrow kicks off the most wonderful time of the year with The Lighted Christmas Parade in Gulf Shores! The parade will begin at 6:30 pm at the Gulf Shores Public Beach. Spectators can enjoy marching bands, holiday characters, and lighted floats along Hwy […]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[33,7],"tags":[48,76,72,59,77,53,62,78,79,65,80,67,81],"class_list":["post-8610","post","type-post","status-publish","format-standard","hentry","category-events","category-news","tag-beach","tag-beach-front","tag-christmas","tag-condo","tag-deals","tag-free-nights","tag-gulf-shores-rentals","tag-holiday","tag-holiday-fun","tag-orange-beach-rentals","tag-santa","tag-specials","tag-things-to-do"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/posts\/8610","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\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/comments?post=8610"}],"version-history":[{"count":0,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/posts\/8610\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/media?parent=8610"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/categories?post=8610"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/tags?post=8610"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<\/a><\/p>\n
\nand we are now snowballing into\u00a0Christmas!\u00a0<\/strong><\/span><\/p>\n
\nGulf Shores and Orange Beach have plenty of holiday festivities to keep the holiday cheer going throughout the month of December. From Horse & Carriage Rides<\/a>, Ice Skating Rink<\/a>, and Pictures with Santa<\/a> at The Wharf, Christmas Tree Festival<\/a> at Caribe Marina, showings of A Christmas Story<\/a> at the South Baldwin Community Theater, and much much more!
\n<\/a>
\nLet Sugar Sands Realty<\/a> be apart of your holiday memories! We welcome monthly reservations and have free night specials<\/a> going on: when you stay at least 3 nights, you get one night free! Call us today at 251-974-1672 about our specials and to book<\/a> your stay with Sugar Sands Realty! We look forward to seeing you at the beach!\u00a0<\/strong><\/span><\/p>\n
\n