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