/* 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 '
Make plans to brunch while you’re beachin’ here in Gulf Shores and Orange Beach! There are so many local options and below we’ve covered 4 of the restaurants loved in our area for their brunch menus. <\/p>\n\n\n\n
Ruby Slipper Caf\u00e9<\/strong><\/p>\n\n\n\n The Ruby Slipper Caf\u00e9<\/a> in Orange Beach specializes in breakfast and brunch only. They are open 7am-2pm Tacky Jacks<\/strong><\/p>\n\n\n\n The atmosphere and views at Tacky Jacks<\/a> keeps customers and locals returning regularly. With Cobalt<\/strong><\/p>\n\n\n\n The brunch buffet at Cobalt<\/a> has your favorite breakfast options and includes a carving station. This isn\u2019t Kitty\u2019s Kafe<\/strong><\/p>\n\n\n\n Looking for pancakes in Gulf Shores? Stop by Kitty\u2019s Kafe<\/a>! They serve breakfast all day, every day. Order a brunch favorite on Sunday with a mimosa before shopping at the surrounding stores. There is something for everyone at this charming local restaurant.<\/p>\n\n\n\n You’ll love the local restaurants here in our area. Book your beach vacation<\/a> today with Sugar Sands Vacation Rentals<\/a> and make plans to check out one (or all) of these delicious brunch options while you\u2019re here.<\/p>\n","protected":false},"excerpt":{"rendered":" Make plans to brunch while you’re beachin’ here in Gulf Shores and Orange Beach! There are so many local options and below we’ve covered 4 of the restaurants loved in our area for their brunch menus. Ruby Slipper Caf\u00e9 The Ruby Slipper Caf\u00e9 in Orange Beach specializes in breakfast and brunch only. They are open 7am-2pmduring […]<\/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":[],"class_list":["post-30293","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/posts\/30293","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=30293"}],"version-history":[{"count":0,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/posts\/30293\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/media?parent=30293"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/categories?post=30293"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sugsands.com\/wp-json\/wp\/v2\/tags?post=30293"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}
during the week and open until 3pm on weekends. Their menu is fun and unique! Try something new like cinnamon and buttermilk biscuits. The restaurant is in near plenty of other attractions in the area and the beach is across the street! <\/p>\n\n\n\n
three locations in Orange Beach, Gulf Shores and Fort Morgan, you\u2019re never too far away from this local
spot! Whether you love mimosas or bushwackers with your brunch, they have you covered. Be sure to
order a shrimp omelet and take a seat outside on the deck for beautiful views at all three locations.<\/p>\n\n\n\n
your normal buffet-style set up, either. For under $25, you can choose from fresh salads, casseroles, an
omelet station and more. They also have a brunch menu for those not interested in the buffet plus $3
drink specials every Sunday. Take a seat on the outside patio for live music and a sunny view of
Robinson Island. <\/p>\n\n\n\n