<?php if ( !defined('AME_ROOT_DIR') ) { define('AME_ROOT_DIR', dirname(dirname(__FILE__))); } if ( !defined('WS_AME_USE_BUNDLES') ) { /** * If set to true, the plugin will use Webpack bundles when available. If set * to false, it will load individual JS files instead. */ define('WS_AME_USE_BUNDLES', true); } if ( !defined('WS_AME_INTERNAL_VERSION') ) { define('WS_AME_INTERNAL_VERSION', 2024.001); } $thisDirectory = dirname(__FILE__); require_once $thisDirectory . '/shadow_plugin_framework.php'; require_once $thisDirectory . '/role-utils.php'; require_once $thisDirectory . '/ame-utils.php'; require_once $thisDirectory . '/ame-option.php'; require_once $thisDirectory . '/menu-item.php'; require_once $thisDirectory . '/menu.php'; require_once $thisDirectory . '/auto-versioning.php'; //The AJAX wrapper could be independent or installed as a Composer dependency. if ( file_exists($thisDirectory . '/../ajax-wrapper/AjaxWrapper.php') ) { require_once $thisDirectory . '/../ajax-wrapper/AjaxWrapper.php'; } //Composer autoloader. if ( file_exists($thisDirectory . '/../vendor/autoload.php') ) { require_once $thisDirectory . '/../vendor/autoload.php'; } require_once $thisDirectory . '/AmeAutoloader.php'; //Customizable library. $wsAmeFreeAutoloader = new YahnisElsts\AdminMenuEditor\AmeAutoloader([ 'YahnisElsts\\AdminMenuEditor\\Customizable\\' => AME_ROOT_DIR . '/customizables', ]); $wsAmeFreeAutoloader->register(); require_once $thisDirectory . '/../customizables/constants.php'; if ( file_exists($thisDirectory . '/../extras/pro-autoloader.php') ) { require_once $thisDirectory . '/../extras/pro-autoloader.php'; } require_once $thisDirectory . '/module.php'; require_once $thisDirectory . '/persistent-module.php'; require_once $thisDirectory . '/shortcodes.php'; if ( !class_exists('WPMenuEditor', false) ) { require_once $thisDirectory . '/menu-editor-core.php'; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
PHP-CSS-Parser | Folder | 0755 |
|
|
capabilities | Folder | 0755 |
|
|
.htaccess | File | 188 B | 0644 |
|
AmeAutoloader.php | File | 1.2 KB | 0644 |
|
access-test-runner.php | File | 8.16 KB | 0644 |
|
admin-menu-editor-mu.php | File | 2.11 KB | 0644 |
|
ame-option.php | File | 6.15 KB | 0644 |
|
ame-utils.php | File | 21.7 KB | 0644 |
|
auto-versioning.php | File | 5.09 KB | 0644 |
|
basic-dependencies.php | File | 1.86 KB | 0644 |
|
bbpress-role-override.php | File | 1.81 KB | 0644 |
|
cap-suggestion-box.php | File | 416 B | 0644 |
|
consistency-check.php | File | 3.6 KB | 0644 |
|
editor-page.php | File | 30.44 KB | 0644 |
|
generate-menu-dashicons.php | File | 3.79 KB | 0644 |
|
menu-editor-core.php | File | 193.51 KB | 0644 |
|
menu-item.php | File | 29.27 KB | 0644 |
|
menu.php | File | 19.63 KB | 0644 |
|
module.php | File | 4.4 KB | 0644 |
|
persistent-module.php | File | 1.74 KB | 0644 |
|
reflection-callable.php | File | 2.04 KB | 0644 |
|
role-utils.php | File | 10.63 KB | 0644 |
|
settings-page.php | File | 17.83 KB | 0644 |
|
shadow_plugin_framework.php | File | 12.61 KB | 0644 |
|
shortcodes.php | File | 3.38 KB | 0644 |
|
test-access-screen.php | File | 2.17 KB | 0644 |
|
version-conflict-check.php | File | 819 B | 0644 |
|