function create_shortcode(){ return "<h2>Hello world !</h2>"; } add_shortcode('my_shortcode', 'create_shortcode'); // Use [my_shortcode]