Skip to content

Instantly share code, notes, and snippets.

@bryceadams
Created June 9, 2014 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryceadams/b2eef1d659507504f3b9 to your computer and use it in GitHub Desktop.
Save bryceadams/b2eef1d659507504f3b9 to your computer and use it in GitHub Desktop.
<?php
function my_shortcode() {
return a_function_to_display();
}
add_shortcode( 'shortcode_name', 'my_shortcode' );`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment