function hello_world_shortcode() { return 'Hello, World!'; } add_shortcode('hello-world', 'hello_world_shortcode');