Example: //[foobar] function foobar_func( ){ return "foo and bar"; } add_shortcode( 'foobar', 'foobar_func' );