=== WPOnion ===
Contributors: varunms,vaahosttech
Donate link: https://paypal.me/varunsridharan23
Tags: settings,taxonomy,metabox,user profile,custom fields,guttenberg,network-settings,meta,wplisttable
Requires at least: 4.0
Tested up to: 5.2.1
Stable tag: 1.0
Requires PHP: 7.0
License: GPLv3 or later
License URI: https://github.com/wponion/wponion/blob/master/LICENSE
~ Lightweight, Flexible & Rapid WP Development Framework ~
== Description ==
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.
## Features
1. Admin Bar
2. Admin Notice
3. Admin Page
4. Customizer
5. Media Fields
6. Nav Menus
7. Taxonomy
8. User Profile
9. Custom Post Type
10. Custom Taxonomy
11. Quick Edit
12. Bull Edit
13. Metabox
14. Settings
15. Network Settings
16. Admin Columns
17. Editpoints
18. Help Tabs
19. Page Actions
20. Plugin Links
21. WP Pointers
22. Widgets
23. Dashboard Widgets
24. WooCommerce Product Metabox
25. WooCommerce Settings Page
26. Conditional Logic Shortcode [logic | logic_1 | logic_2 | logic_3 | wp_logic | wpo_logic]
## Themes
1. WP
2. WP Lite
3. WC
4. Modern
## Addons
1. Icon Dropins
2. vendor-support
## Plugin Demo
https://wponion.com/demo/
## Github URL
https://github.com/wponion/
## WPOnion DOCS
https://docs.wponion.com
## Demo Plugin Source
https://github.com/wponion/demo/
== Installation ==
* Extract download zip on `your-plugin/wponion` folder under your theme directory
* Add framework include code on your theme `your-plugin/functions.php` file
* Yay! Right now you are ready to use the framework
* Read for about configuration
> Add the below code in plugin's main file `your-plugin.php`
/**
* WPOnion
* A Lightweight and easy-to-use WordPress Options Framework
*/
require_once plugin_dir_path(__FILE__) .'/wponion/wponion.php';