Skip to content

Instantly share code, notes, and snippets.

@cmcculloh
Created November 23, 2011 05:53
Show Gist options
  • Save cmcculloh/1387980 to your computer and use it in GitHub Desktop.
Save cmcculloh/1387980 to your computer and use it in GitHub Desktop.
section callback
function your_prefix_your_section_callback_function(){
settings_fields('your_settings_group');//make hidden fields print out in form
echo "<p>Stuff for the user here</p>";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment