Skip to content

Instantly share code, notes, and snippets.

@jhgreenblatt
Created May 21, 2010 15:37
Show Gist options
  • Select an option

  • Save jhgreenblatt/408986 to your computer and use it in GitHub Desktop.

Select an option

Save jhgreenblatt/408986 to your computer and use it in GitHub Desktop.
<?php
function new_meta_boxes() {
//this function creates the html of your inputs
}
function create_meta_box() {
//this function puts the data on your dashboard page
}
function save_postdata( ) {
//this function saves the data to your database
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment