• Resolved moderworks

    (@moderworks)


    Hello again,

    “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; ?> ”

    If the visual editor is disabled in the frontend (only the textarea field), how dangerous is it to disable wp_kses_post filtering? Could this be a vulnerability to a hacker attack?

    I need to use my shortcode on a single listing page.

    Please kindly assist me to sort this out.

Viewing 1 replies (of 1 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Hi,

    Actually, it is not recommended to disable wp_kses_post filtering. It seems that you need the option to add the shortcode on the single listing page, we will add this feature in the future.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcodes into the listing page’ is closed to new replies.