Remove the [:en] and [:] from modal
-
I am using modals in my wordpress to load in dynamic content, generated and multi translated by your plugin, however, when i load them in my modals, it doesn’t remove the language filters in the modal. the [:en] and [:] are visible on the page. Now i tried to remove them via Javascript, but to no such avail. Is there a way to filter them out?
<div class="modal-body modal-list"> <?php $post = get_post(1268); $content = $post->post_content; echo $content; ?> </div>
Is there a function so these tags get removed?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove the [:en] and [:] from modal’ is closed to new replies.