Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
summer
/
wp-content
/
plugins
/
hmenu
/
panels
📤 Upload
📝 New File
📁 New Folder
Close
Editing: panel.core.php
<?php #PLUGIN CORE FRAMEWORK PANEL ?> <script type="text/javascript"> var hmenu_plugin_name = '<?php echo $plugin_name; ?>'; var hmenu_plugin_friendly_name = '<?php echo $plugin_friendly_name; ?>'; var hmenu_plugin_friendly_description = '<?php echo $plugin_friendly_description; ?>'; var hmenu_plugin_version = '<?php echo 'Version: '. $plugin_version; ?>'; var hmenu_plugin_first_release = '<?php if(isset($first_release)){ echo $hmenu_helper->hmenu_friendly_date($first_release); }else{ echo 'Unknown'; } ?>'; var hmenu_plugin_last_updated = '<?php if(isset($last_updated)){ echo $hmenu_helper->hmenu_friendly_date($last_updated); }else{ echo 'Unknown'; } ?>'; var hmenu_ajax_url = '<?php echo admin_url('admin-ajax.php'); ?>'; var hmenu_plugin_url = '<?php echo $plugin_url; ?>'; <?php $core_view_path = $plugin_url; if(isset($_SERVER['HTTP_HOST']) && $_SERVER['HTTP_HOST'] != '' && substr($plugin_url,0,4) == 'http'){ $core_view_path = substr($plugin_url, strpos($plugin_url, $_SERVER['HTTP_HOST']) + strlen($_SERVER['HTTP_HOST'])); } ?> var hmenu_core_view_path = '<?php echo $core_view_path; ?>'; </script> <script type="text/javascript" src="<?php echo $plugin_url; ?>/views/sidebar_prepopulation.js"></script> <div class="hero_message_status"> </div> <div class="hero_popup_main"> <div class="hero_popup_resize"> <div class="hero_popup_container"> <div class="hero_popup_inner"></div> </div> <div class="hero_popup_update"> <div class="popup_buttons"> <div class="hero_button_auto green_button rounded_3 hero_popup_update_btn">Update</div> <div class="hero_button_auto red_button rounded_3 hero_popup_cancel_btn">Cancel</div> </div> </div> </div> </div> <div class="hero_main"> <div class="hero_sidebar"> <div class="hero_sidebar_logo" onclick="window.open('http://heroplugins.com');"></div> <div class="hero_sidebar_nav"></div> <div class="hero_sidebar_links"> <div class="sidebar_link_sep"></div> <div class="hero_sidebar_item hero_docs"> <div class="hero_sidebar_parent" onclick="window.open('http://heroplugins.com/product/hero-menu/documentation/');"> <div class="hero_sidebar_icon"></div> <div class="hero_sidebar_label">Documentation</div> </div> </div> <div class="hero_sidebar_item hero_website"> <div class="hero_sidebar_parent" onclick="window.open('http://heroplugins.com');"> <div class="hero_sidebar_icon"></div> <div class="hero_sidebar_label">heroplugins.com</div> </div> </div> </div> </div> <div class="hero_admin"></div> </div>
Save
Cancel