Replies: 0
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?
Replies: 0
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?