function test_shortcode_func() { return ‘Shortcode is working!’; } add_shortcode(‘test_shortcode’, ‘test_shortcode_func’);