/var/www/html/wp-content/plugins/admin-menu-editor/js/

OS : Linux

PHP Version : 7.4.33

Software : Apache/2.4.6 (CentOS) PHP/7.4.33

Information System : interface JQueryStatic { //These methods are added by the jquery-cookie plugin. cookie: (name: string, value?: string, options?: {}) => string; removeCookie: (name: string, options?: {}) => boolean; } declare class WsAmePreferenceCookie { constructor(name: string, expirationInDays: number, jsonEncodingEnabled: boolean); read(defaultValue: any): any; write(value: any): void; removeCookie(): boolean; readAndRefresh(defaultValue: D): D|any; }