updated plugin Menu Icons version 0.13.14

This commit is contained in:
2024-06-27 12:11:03 +00:00
committed by Gitium
parent 938cef2946
commit 877a737c75
25 changed files with 2603 additions and 15 deletions

View File

@ -22,6 +22,8 @@ class ComposerAutoloaderInite0e064cdd82a4be104872380c8a68791
return self::$loader;
}
require __DIR__ . '/platform_check.php';
spl_autoload_register(array('ComposerAutoloaderInite0e064cdd82a4be104872380c8a68791', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
spl_autoload_unregister(array('ComposerAutoloaderInite0e064cdd82a4be104872380c8a68791', 'loadClassLoader'));