Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter dylanpeekaboo

    (@dylanpeekaboo)

    The issue seems to be related to registered a custom field using the wpsl_meta_box_fields filter. After registering a field the method get_store_meta_data is supposed to determine the correct meta type for each field and apply the correct formatting for that field but it does see the custom field as a wp_editor/textfield so it doesn’t apply wp_kses_post but instead uses sanitize_text_field and stripslashes.

Viewing 1 replies (of 1 total)