Conversation
supportis there any way I can use the shortcode to output the raw value without the <code> element? This topic was modified 3 years, 1 month ago by Knighthawk .
Hi @knighthawk , You should be able to decode it with html_entity_code function and display it without escaped tags.
Thank you. It was actually just WP content editor auto-formatting the text into a code element.
Hi @knighthawk , You should be able to decode it with html_entity_code function and display it without escaped tags.
Thank you. It was actually just WP content editor auto-formatting the text into a code element.