=== Admin Menu Class by 010Pixel === Contributors: 010Pixel Tags: admin menu, class, 010pixel, dev Requires at least: 3.1 Tested up to: 4.1.1 Stable tag: 1.0.0 License: GNU General Public License, version 3 (GPL-3.0) License URI: http://www.gnu.org/licenses/gpl-3.0.html Admin Menu PHP Class helps developer easily create menus and submenus in WordPress Admin Panel == Description == This plugin is for Theme Developers to create menu on left navigation in wordpress admin panel. It simplifies code for creating menus/submenus. == Installation == 1. Unpack the download-package 2. Upload folder include all files to the `/wp-content/plugins/` directory. The final directory tree should look like `/wp-content/plugins/010pixel-admin-menu-class/admin_menu_class_by_010pixel.php` 3. Activate the plugin through the `Plugins` menu in WordPress 4. That's it, you can start using use this class in your theme to make menus in admin panel. * or use the automatic install via backend of WordPress == Frequently Asked Questions == = How to use this class? = The plugin file contains a sample code which explains how to use this class to create menus. == Use == Create arguments array (as shown in sample code in plugin file) and call the class, it will handle everything. For any query, you can contact me at [010 Pixel](http://www.010pixel.com/) == Changelog == = v1.0.0 = * Initial release.