navish November 7, 2024November 7, 2024 0 Comments Uncategorised function custom_html_shortcode() { return ‘Your HTML here‘; } add_shortcode(‘custom_html’, ‘custom_html_shortcode’);