Wordpress codex'inde şunu buldum belki işine yarar,


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