/* 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 '
It\u2019s never too early to make your list and get a jump on holiday shopping. With all of the local shops and boutiques along the Alabama Gulf Coast, you\u2019re sure to find the perfect gift all your friends and family.<\/span><\/p>\n The Wharf<\/span><\/a> in Orange Beach has a multitude of shops that cater to any age and any style. Get your shoe fix at stores like <\/span>Sand Dollar Lifestyles<\/span><\/a> and <\/span>Seaside Shoes & Swim<\/span><\/a> and find some cute accessories to match. The locally owned and operated store <\/span>Shades<\/span><\/a> carries some of the most popular brands of sunglasses and casual apparel around if you\u2019re looking to buy. And don\u2019t be surprised if you\u2019re greeted by their furry friend! Did we mention they\u2019re pet friendly?<\/span><\/p>\n Speaking of pets, make sure to check out <\/span>Good Dog Boutique<\/span><\/a>. They carry the area\u2019s largest selection of dog gift items and always encourage shoppers to bring their dog in with them to peruse the store. At least you\u2019ll know if they like their gift!<\/span><\/p>\n For the avid fisherman, <\/span>Huk<\/span><\/a> might be the place to be. Whether you\u2019re more of a freshwater fisherman or like to spend your weekends casting a net, they have the fishing gear you need. Even if you\u2019re just starting out, you\u2019ll look like a pro sporting their apparel.\u00a0\u00a0<\/span><\/p>\n Later on, head down to <\/span>High Cotton Bath Company<\/span><\/a> where they offer over 50 chemical-free base products and over 200 fragrance oils. Customers are welcome to create their very own bath and body products or choose from any of their premade soaps and scrubs.\u00a0<\/span><\/p>\n Sanroc Cay Marina<\/span><\/a> is another popular entertainment district with high end shopping and dining located just down the road in Orange Beach as well. They have a great selection of everything you need for a sunny day at the beach.\u00a0<\/span><\/p>\n If you are looking for a few more options travel a little more inward until you reach <\/span>Tanger Outlets<\/span><\/a> in Foley. Designer brands as far as the eye can see and year-round discounts are what you\u2019ll find at this shopping center.\u00a0<\/span><\/p>\n It has everything from <\/span>Michael Kors<\/span> and <\/span>Polo Ralph Lauren<\/span> to <\/span>Bath & Body Works<\/span> and <\/span>Direct Tools<\/span> and no matter the season you\u2019ll always find an eager crowd looking for the next hot item.\u00a0<\/span><\/p>\n Whether you\u2019re a local or a visitor passing through town on your way to the beach, you\u2019ll want to make a quick stop to enjoy all that Tanger Outlets has to offer, and grab a warm <\/span>Starbucks<\/span><\/a> coffee while you\u2019re at it \u2013 perfect for these cooler temps.<\/span><\/p>\n Around the holidays folks from all over the country make their way down to take part in the fall and Christmas deals that each store offers during the season. It\u2019s the perfect day out with the whole family or have a day to yourself and see what you can find.\u00a0\u00a0<\/span><\/p>\n