L
L
lakegull2016-03-26 14:16:08
HTML
lakegull, 2016-03-26 14:16:08

How to get pure HTML code instead of shortcode?

Tell me how to get pure HTML code that is generated on the page instead of any plugin? There are many plugins that can convert HTML to shortcode, but I need it to be the other way around. Right now I'm pulling the code in developer mode from the browser.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mr Crabbz, 2016-03-26
@Punkie

Put your shortcode in a construct like:

<?php
   $give_me_a_shortcode = do_shortcode('[ВАШ_ШОРТКОД]');
?>

Next, run this variable through php.net/manual/ru/function.htmlentities.php and output somewhere in < pre >

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question