Skip to content

Instantly share code, notes, and snippets.

@cmcculloh
Created November 23, 2011 05:53
Show Gist options
  • Save cmcculloh/1387976 to your computer and use it in GitHub Desktop.
Save cmcculloh/1387976 to your computer and use it in GitHub Desktop.
add section
function con_register_section($section, $title){
add_settings_section('your_prefix_' . $section,
$title,
'your_prefix_'.$section.'_callback_function',
'dashboard page');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment