Wordpress - Shortcodes and Blocks
Identify the error in this shortcode registration code:
function my_shortcode() {
return 'Welcome!';
}
add_shortcode(my_shortcode, 'welcome');