Skip to content

Instantly share code, notes, and snippets.

@jhgreenblatt
Created May 21, 2010 14:10
Show Gist options
  • Select an option

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

Select an option

Save jhgreenblatt/408876 to your computer and use it in GitHub Desktop.
<?php
$new_meta_boxes =
array(
"input-one" => array(
"name" => "input-one",
"title" => "example one of a basic text input",
"description" => "This is where you enter your description for input-one.
It will display beneath the text input."),
"input-two" => array(
"name" => "input-two",
"title" => "example two of a basic text input",
"description" => "This is where you enter your description for input-two.
It will display beneath the text input."),
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment