PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
wp-google-maps-pro
/
includes
<?php namespace WPGMZA\UI; class ProAdmin extends Admin { public function __construct() { Admin::__construct(); } public function onAdminMenu() { global $wpgmza; Admin::onAdminMenu(); $access_level = $wpgmza->getAccessCapability(); add_submenu_page( 'wp-google-maps-menu', 'WP Google Maps - Advanced', __('Advanced', 'wp-google-maps'), $access_level, 'wp-google-maps-menu-advanced', 'wpgmaps_menu_advanced_layout', 2 ); add_submenu_page( 'wp-google-maps-menu', 'WP Google Maps - Categories', __('Categories', 'wp-google-maps'), $access_level, 'wp-google-maps-menu-categories', 'wpgmaps_menu_category_layout', 3 ); add_submenu_page( 'wp-google-maps-menu', 'WP Google Maps - Custom Fields', __('Custom Fields', 'wp-google-maps'), $access_level, 'wp-google-maps-menu-custom-fields', function() { $page = new \WPGMZA\CustomFieldsPage(); $page->html(); }, 4 ); } public function onMainMenu() { global $wpgmza; $action = (isset($_GET['action']) ? $_GET['action'] : null); switch($action) { case "wizard": wpgmaps_wizard_layout(); return; break; default: break; } return Admin::onMainMenu(); } public function onSubMenu() { switch($_GET['page']) { case "wp-google-maps-menu-advanced": break; case "wp-google-maps-menu-categories": break; case "wp-google-maps-menu-custom-fields": break; default: return Admin::onSubMenu(); break; } } } add_filter('wpgmza_create_WPGMZA\\UI\\Admin', function() { return new ProAdmin(); });
[-] class.category-tree-native.php
[edit]
[+]
3rd-party-integration
[-] class.marker-library-dialog.php
[edit]
[-] class.marker-icon.php
[edit]
[-] class.pro-marker-filter.php
[edit]
[-] class.marker-gallery.php
[edit]
[-] class.marker-listing.php
[edit]
[+]
import-export
[-] class.category-tree-node.php
[edit]
[-] class.pro-store-locator.php
[edit]
[-] class.map-select.php
[edit]
[-] class.fontawesome-icon-picker.php
[edit]
[+]
open-layers
[-] class.pro-page.php
[edit]
[-] class.pro-plugin.php
[edit]
[+]
compatibility
[-] class.marker-icon-picker.php
[edit]
[+]
google-maps
[-] class.pro-database.php
[edit]
[-] class.add-map-dialog.php
[edit]
[-] class.pro-marker.php
[edit]
[-] page.edit-polyline.php
[edit]
[+]
custom-fields
[-] class.pro-map.php
[edit]
[-] class.legacy-marker-listing.php
[edit]
[-] class.category.php
[edit]
[+]
tables
[-] class.categories.php
[edit]
[-] class.directions-box.php
[edit]
[-] class.category-picker.php
[edit]
[-] page.categories.php
[edit]
[+]
custom-field-filter-widgets
[-] class.pro-settings-migrator.php
[edit]
[+]
category-filter-widgets
[+]
import
[-] .DS_Store
[edit]
[+]
marker-listings
[-] class.marker-filtering-tab.php
[edit]
[+]
..
[-] class.category-tree-wordpress.php
[edit]
[-] class.marker-gallery-item.php
[edit]
[+]
map-edit-page
[-] class.heatmap.php
[edit]
[-] class.batched-operation.php
[edit]
[-] class.category-table.php
[edit]
[-] class.pro-settings-page.php
[edit]
[-] class.pro-feature.php
[edit]
[-] class.category-tree.php
[edit]
[-] class.pro-admin-ui.php
[edit]
[-] page.wizard.php
[edit]
[-] page.edit-polygon.php
[edit]
[-] class.content-editor-map-button.php
[edit]
[+]
legacy