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

Leave a Reply

Your email address will not be published. Required fields are marked *