We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a booking product has content with formatting, imported version of booking product doesn't have those formatting.
Original Booking Content -
Imported Booking Content-
Steps -
Not sure if this scenario is considered or not at the time of designing this plugin. Feel free to close this issue if this is intentional.
The text was updated successfully, but these errors were encountered:
@jeffpaul As discussed on 1:1, I added this case here for discussion/fix
cc: @vikrampm1
Sorry, something went wrong.
Thanks for the report, @ankitguptaindia.
There seems to be an issue with the use of sanitize_text_field on the content before importing, as seen in this line of code:
sanitize_text_field
bookings-helper/includes/class-wc-bookings-helper-import.php
Line 194 in 97a54b4
A possible solution would be to use wp_kses_post instead.
wp_kses_post
No branches or pull requests
If a booking product has content with formatting, imported version of booking product doesn't have those formatting.
Original Booking Content -
Imported Booking Content-
Steps -
Not sure if this scenario is considered or not at the time of designing this plugin. Feel free to close this issue if this is intentional.
The text was updated successfully, but these errors were encountered: