Hi Fahad,
It actually looks like its the sanitize_wdp_data process you added:
if ( isset( $_POST[‘plus_discount_text_info’] ) ) update_post_meta( $post_id, ‘plus_discount_text_info’, $_POST[‘plus_discount_text_info’])
I have removed that from this line, and now works fine — it did originally also have strip slashed, which i removed also.
is there a better way of doing this? or are you happy with this update?
Thanks
Robert