Download the PHP package manychois/wp-wpx without Composer
On this page you can find all versions of the php package manychois/wp-wpx. 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-wpx
Wpx
Wpx provides you a set of utility functions to help you developing WordPress themes or plugins.
Installation
composer require manychois/wp-wpx
Then in your plugin file or theme functions.php, write this to start using Wpx:
Features
- Check UtilityInterface for available methods. Some highlights:
minimizeHead()
Remove certain WordPress default stuff in<head>
tag, e.g. generator tag, emoji script.registerStyle()
/registerScript()
Outputting tag like<link rel="stylesheet" href="..." integrity="..." crossorigin="anonymous" />
has become possible.getMenuItem()
No more manipulating output fromwp_nav_menu()
. Wpx provides you hierarchy of menu data for extreme flexibility.getPostPaginationLinks()
Again, no more manipulation on output frompaginate_links()
.
- Bundle
\Manychois\Views\View
to help you build HTML template in parent-child structure. Reference: https://github.com/manychois/php-views - Provide
\Manychois\Wpx\TagBuilder
to simplify HTML tag construction. - Register useful stylesheets and JavaScripts for admin pages:
- wpx-jquery-ui: CSS of Jquery UI theme Smoothness.
- wpx-codemirror: Latest CodeMirror core script.
To-do list
- Increase unit test code coverage.
- Add helper styles and functions to simplify plugin admin screen development.
License
This project is licensed under MIT License.
Author
This library is created by Siu Pang Tommy Choi.
All versions of wp-wpx with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
manychois/views Version >=0.1.0
ivopetkov/html5-dom-document-php Version >=0.6.1
manychois/views Version >=0.1.0
ivopetkov/html5-dom-document-php Version >=0.6.1
The package manychois/wp-wpx contains the following files
Loading the files please wait ....