Skip to content

Instantly share code, notes, and snippets.

@cmg-jess
Last active December 10, 2015 00:26
Show Gist options
  • Save cmg-jess/9f012424ee2b8f700641 to your computer and use it in GitHub Desktop.
Save cmg-jess/9f012424ee2b8f700641 to your computer and use it in GitHub Desktop.
// CMG Forms
function cmgForm($atts) {
return <<< HTML
// html here
HTML;
}
add_shortcode('cmgForm', 'cmgForm');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment