~ Lightweight, Flexible & Rapid WP Development Framework ~
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Varun Sridharan b45a110d3c
🆕 V 1.5.3.7 Source Updated
3 years ago
.github Update main.yml 3 years ago
.wordpress-org added resources for WP.org Deploy Action. 5 years ago
assets 🆕 V 1.5.3.7 Source Updated 3 years ago
core 🆕 V 1.5.3.7 Source Updated 3 years ago
data 🆕 V 1.5.3.7 Source Updated 3 years ago
i18n 🆕 V 1.5.3.7 Source Updated 3 years ago
includes 🆕 V 1.5.3.7 Source Updated 3 years ago
setup V 1.5.2 4 years ago
.all-contributorsrc docs: update .all-contributorsrc 5 years ago
.editorconfig Updated Version To 0.0.10.3 5 years ago
.gitattributes Updated 4 years ago
CHANGELOG.md 🆕 V 1.5.3.7 Source Updated 3 years ago
LICENSE Updated Sourcecode For V 0.0.10.4 5 years ago
README.md V 1.5.2 4 years ago
composer.json 🆕 V 1.5.3 Source Updated 4 years ago
index.php 🆕 V 1.5.3.7 Source Updated 3 years ago
wponion-classmaps.php 🆕 V 1.5.3.7 Source Updated 3 years ago
wponion-init.php 🆕 V 1.5.3.7 Source Updated 3 years ago
wponion.php V 1.5 4 years ago

README.md

WPOnion Framework Screenshot

All Contributors

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.

Latest Stable Version Total Downloads WP License

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.

Total Downloads WP License composer.lock available

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 havent covered, or if you know of a tip you think others would find handy, please file an issue and well see about including it in this guide.

Documentation

https://wponion.gitbook.io/docs/

Screenshots / Demo

https://demo.wponion.com

Contributors

Thanks to all the Contributors who worked on this project to get it done asap

Enterprise Branding
Enterprise Branding

📖 🤔
digitalchild
digitalchild

🤔

License

This project is licensed under MIT. See the LICENSE file for more info.

Backed By

DigitalOcean JetBrains Tidio Chat