=== 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';

Usage as Standalone Plugin

* Way 1 Extract download zip on `wp-content/plugins/wponion` folder under your plugin directory * Way 2 Upload zip file from wordpess plugins panel -> add new -> upload plugin * Active wponion plugin from wordpress plugins panel * Yay! Right now you are ready to use the framework * Read for about configuration == Frequently Asked Questions == == Screenshots == 1. Settings Page : Core Theme 2. Settings Page : Modern Theme 3. Metabox : Core Theme 4. Metabox : Modern Theme 5. Metabox : Side 6. Taxonomy : With & Without Custom Metabox 7. User Profile Fields : With & Without Custom Metabox 8. Quick Edit 9. Bulk Edit 10. Help Tabs 11. Custom Admin Columns 12. Custom Admin Page With Tab Support. == Changelog == All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). # 1.0 - 29/05/2019 ## First Stable Release. == Upgrade Notice ==