wponion / wponion
~ Lightweight, Flexible & Rapid WP Development Framework ~
Fund package maintenance!
varunsridharan
Open Collective
Patreon
paypal.me/varunsridharan23
www.buymeacoffee.com/varunsridharan
Installs: 705
Dependents: 1
Suggesters: 0
Security: 0
Stars: 145
Watchers: 7
Forks: 19
Open Issues: 30
- 1.5.3.7
- 1.5.3.6
- 1.5.3.5
- 1.5.3.4
- 1.5.3.3
- 1.5.3.2
- 1.5.3.1
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5
- 1.4.6
- 1.4.5.3
- 1.4.5.2
- 1.4.5.1
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3
- 1.2.1
- 1.2
- 1.1
- 1.0
- 0.0.10.5
- 0.0.10.4
- 0.0.10.3
- 0.0.10.2
- 0.0.10.1
- 0.0.10
- 0.0.9.9
- 0.0.9.8
- 0.0.9.7
- 0.0.9.6
- 0.0.9.5
- 0.0.9.4
- 0.0.9.3
- 0.0.9.2
- 0.0.9.1
- 0.0.9
- 0.0.8.1
- 0.0.8
- dev-dependabot/npm_and_yarn/development/sweetalert2-11.1.2
- dev-dependabot/npm_and_yarn/development/popperjs/core-2.9.3
- dev-dependabot/npm_and_yarn/development/wordpress/hooks-3.2.0
- dev-dependabot/npm_and_yarn/development/postcss-7.0.36
- dev-dependabot/composer/development/rmccue/requests-1.8.1
- dev-dependabot/npm_and_yarn/development/locutus-2.0.15
- dev-dependabot/npm_and_yarn/development/browserslist-4.16.6
- dev-dependabot/composer/development/wp-cli/wp-cli-2.5.0
- dev-dependabot/npm_and_yarn/development/hosted-git-info-2.8.9
- dev-dependabot/add-v2-config-file
- dev-dependabot/npm_and_yarn/development/ssri-6.0.2
- dev-dependabot/composer/development/varunsridharan/wp-dependencies-1.6.2
- dev-dependabot/composer/development/varunsridharan/wp-conditional-logic-1.3
- dev-development
- dev-dependabot/npm_and_yarn/development/y18n-3.2.2
This package is auto-updated.
Last update: 2024-10-29 05:22:48 UTC
README
So what is WPOnion , exactly?
WPOnion is a simple yet powerful framework that helps developers build custom meta boxes and custom fields in WordPress fast and easily.
The framework lets you define custom meta boxes and custom fields via arrays and handles everything behind the scene automatically. It has a wide range of field types, field settings and supports not only post meta but also term meta, user meta, comment meta, settings pages and custom tables.
Installation
Stable
The preferred way to install this extension is through Composer.
To install WPOnion library, simply:
$ composer require wponion/wponion
The previous command will only install the necessary files, if you prefer to download the entire source code you can use:
$ composer require wponion/wponion --prefer-source
You can also clone the complete repository with Git:
$ git clone https://github.com/wponion/wponion.git
Development
The preferred way to install this extension is through Composer.
To install WPOnion library, simply:
$ composer require wponion/wponion:dev-development
The previous command will only install the necessary files, if you prefer to download the entire source code you can use:
$ composer require wponion/wponion:dev-development --prefer-source
You can also clone the complete repository with Git:
$ git clone https://github.com/wponion/wponion.git
Usage {If Downloaded Manually}
Add the below code your plugin / theme file
require __DIR__.'/wponion/wponion.php'; add_action('wponion/loaded','your-prefix_after_wponion_loaded'); function your-prefix_after_wponion_loaded(){ //do your stuff here. }
Contribution
Like WPOnion Framework, this documentation is open sourced on Github & GitBooks. The website's content is written in Markdown.
If you find anything incorrect in the documentation or out-dated, please help us fix it.
In case you come across anything along the way that we haven’t covered, or if you know of a tip you think others would find handy, please file an issue and we’ll see about including it in this guide.
Documentation
https://wponion.gitbook.io/docs/
Screenshots / Demo
Contributors
Thanks to all the Contributors who worked on this project to get it done asap
License
This project is licensed under MIT. See the LICENSE file for more info.