Shortcode using scripts
-
Hello,
I refer to a previous support answer where you mentioned the following:
Actually, in our last version, we restricted HTML outputs. This is for security reason.
If you need to allow script, please open the below file,
/wp-content/plugins/advanced-classifieds-and-directory-pro/public/partials/listing/
Search the below code in the above file:
<?php echo wp_kses_post( $description ); ?>
Replace the above code with the following code:
<?php echo $description; ?>
Finally, save the file and check.
I need to also acheive the same result but I can not locate any file in the folder which contains that code. Could you please come back to me with the file name?
The topic ‘Shortcode using scripts’ is closed to new replies.