Giter Club home page Giter Club logo

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 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

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

WPOnion's Projects

WPOnion doesn’t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.