Skip to content

Instantly share code, notes, and snippets.

View lgobatto's full-sized avatar

Leonardo Gobatto lgobatto

View GitHub Profile
@lgobatto
lgobatto / example.php
Created March 22, 2012 03:31 — forked from jonathonbyrdziak/example.php
Wordpress Metabox, stand alone class for multiple metabox abilities
<?php
/*
Here's a couple of metaboxes that I've recently created using this system
*/
$subpostings = redrokk_metabox_class::getInstance('subpostings', array(
'title' => '(optional) Subscription for Postings',
'description' => "As an optional feature, you have a complete api at your disposal which will allow you the ability to offer and manage member posts. In addition to these settings, you may need to create the associated pages for accepting posts from your frontend.",