Download the PHP package waughj/wp-admin-menu without Composer
On this page you can find all versions of the php package waughj/wp-admin-menu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package wp-admin-menu
WP Admin Menu
Template for automatically creating link menu based on menu in WordPress’s Menu in Appearance.
Use
use WaughJ\WPAdminMenu\WPAdminMenu;
$menu = new WPAdminMenu( 'header-nav', 'Header Nav' );
$menu->printMenu();
Changelog
0.9.1
- Make work with post type archives
0.9.0
- Add special exceptions for errors & add ability to pass in custom error handler
0.8.3
- Fix printing methods to work with new WPAdminMenuItem class
0.8.2
- Make menus are sorted based on menu order
0.8.1
- Fix bugs caused when using custom links in menu
0.8.0
- Fix bugs when using custom taxonomy links
- Replace specific and complex WPPostConverter with simpler and more focused FlatToHierarchySorter
0.7.0
- Add ability to automatically set current page
- Optimize menu use so that it only runs the list converter once @ initialization
0.6.0
- Add Ability to Not Show Link for Current Page
0.5.0
- Add Current Link class to Possible Attributes
0.4.0
- Add Custom Attributes for Printing
0.3.0
- Add Ability to Stringify Instance
0.2.0
- Make Nav Registration Automatically Get Theme Name
0.1.0
- Initial Release
All versions of wp-admin-menu with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
waughj/test-hash-item Version >=2.0.0
waughj/html-link Version >=1.2.7
waughj/flat-to-hierarchy-sorter Version ^0.1.0
waughj/html-attribute-list Version ^1.2
waughj/test-hash-item Version >=2.0.0
waughj/html-link Version >=1.2.7
waughj/flat-to-hierarchy-sorter Version ^0.1.0
waughj/html-attribute-list Version ^1.2
The package waughj/wp-admin-menu contains the following files
Loading the files please wait ....