All Projects → wponion → Wponion

wponion / Wponion

Licence: mit
~ Lightweight, Flexible & Rapid WP Development Framework ~

Projects that are alternatives of or similar to Wponion

Fabrica Dev Kit
A toolkit for faster, smoother WordPress 5 development
Stars: ✭ 256 (+104.8%)
Mutual labels:  wordpress, wordpress-theme, wordpress-plugin
Wprecon
WPrecon (WordPress Recon), is a vulnerability recognition tool in CMS Wordpress, developed in Go and with scripts in Lua.
Stars: ✭ 135 (+8%)
Mutual labels:  wordpress, wordpress-theme, wordpress-plugin
Wpintel
Chrome extension designed for WordPress Vulnerability Scanning and information gathering!
Stars: ✭ 70 (-44%)
Mutual labels:  wordpress, wordpress-theme, wordpress-plugin
Themeforest Wp Theme Approval Checklist
A comprehensive list of rejection messages which you should avoid to get your WordPress theme approved quickly in Themeforest
Stars: ✭ 150 (+20%)
Mutual labels:  wordpress, wordpress-theme, wordpress-plugin
Codestar Framework Old
This project has moved to https://github.com/Codestar/codestar-framework
Stars: ✭ 361 (+188.8%)
Mutual labels:  wordpress, wordpress-theme, wordpress-plugin
Wordpresscan
WPScan rewritten in Python + some WPSeku ideas
Stars: ✭ 456 (+264.8%)
Mutual labels:  wordpress, wordpress-theme, wordpress-plugin
Wp Functions List
This is a list of all WordPress functions from version 0 to version 4.8.1 along with the data of when they were first introduced and if they are deprecated or not
Stars: ✭ 88 (-29.6%)
Mutual labels:  wordpress, wordpress-theme, wordpress-plugin
Wp Gfm
WordPress Plugin for PHP-Markdown and GitHub Flavored Markdown
Stars: ✭ 117 (-6.4%)
Mutual labels:  wordpress, wordpress-plugin
Frontpress
⚡️ A full front-end AngularJS template for WordPress Rest API.
Stars: ✭ 109 (-12.8%)
Mutual labels:  wordpress, wordpress-theme
Regenerate Thumbnails
WordPress plugin for regenerating thumbnails of uploaded images. Over 1 million active users and counting.
Stars: ✭ 115 (-8%)
Mutual labels:  wordpress, wordpress-plugin
Frontenberg
A limited frontend preview of the Gutenberg editor
Stars: ✭ 113 (-9.6%)
Mutual labels:  wordpress, wordpress-theme
Wordpress Activitypub
ActivityPub for WordPress
Stars: ✭ 118 (-5.6%)
Mutual labels:  wordpress, wordpress-plugin
Wp Pagenavi
Adds a more advanced paging navigation interface to your WordPress blog.
Stars: ✭ 121 (-3.2%)
Mutual labels:  wordpress, wordpress-plugin
Plate
Plate: a super stripped-down WordPress starter theme for developers.
Stars: ✭ 110 (-12%)
Mutual labels:  wordpress, wordpress-theme
Wp Postviews
Enables you to display how many times a post/page had been viewed.
Stars: ✭ 107 (-14.4%)
Mutual labels:  wordpress, wordpress-plugin
Wp Cache Remember
Helper for the WordPress object cache and transients.
Stars: ✭ 111 (-11.2%)
Mutual labels:  wordpress, wordpress-plugin
Phpcompat
WordPress Plugin: PHP Compatibility Checker
Stars: ✭ 106 (-15.2%)
Mutual labels:  wordpress, wordpress-plugin
S3 Uploads
The WordPress Plugin to Store Uploads on Amazon S3
Stars: ✭ 1,573 (+1158.4%)
Mutual labels:  wordpress, wordpress-plugin
Sportspress
An open source league statistics plugin for WordPress created by ThemeBoy.
Stars: ✭ 124 (-0.8%)
Mutual labels:  wordpress, wordpress-plugin
Piklist
The most powerful framework available for WordPress.
Stars: ✭ 114 (-8.8%)
Mutual labels:  wordpress, wordpress-plugin

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].