Skip to content

Instantly share code, notes, and snippets.

@shahidulislamus
Created January 26, 2015 12:22
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 shahidulislamus/7e8c732c84383787f602 to your computer and use it in GitHub Desktop.
Save shahidulislamus/7e8c732c84383787f602 to your computer and use it in GitHub Desktop.
function my_custom_shortcode($atts, $content=null){
extract(shortcode_atts(array(),$atts) );
return'';
}
add_shortcode('price_box','my_custom_shortcode');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment