Created
May 21, 2010 15:37
-
-
Save jhgreenblatt/408986 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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