function random_content_shortcode() { return 'Shortcode is working!'; } add_shortcode('random_content', 'random_content_shortcode');