• Is it possible to update the plugin and use wp_kses rather than esc_html for the output here:

    esc_html( get_post_meta($post->ID, $key, true)

    This way you can add links in the property_details.

    Otherwise can you add a filter?

Viewing 1 replies (of 1 total)
  • Thread Starter Brad Dalton

    (@wordpresssites)

    Something like this works fine when i test it.

    genesis_formatting_kses( get_post_meta($post->ID, $key, true) ) );

Viewing 1 replies (of 1 total)
  • The topic ‘esc_html in property_details’ is closed to new replies.