Skip to content

Conversation

@tripflex
Copy link
Collaborator

Looks like anytime someone has a custom WP Editor field type, the type check for field sanitation is checking for wp_editor when the actual field type is wp-editor, this causes any custom WP Editor fields when saved to lose all formatting.

Changes Proposed in this Pull Request

  • Fix incorrect field type check for wp_editor which should be wp-editor (to match the actual field type value)

Testing Instructions

  • Create a custom WP Editor field, save, it strips all formatting. Change this value to wp_editor try again, and it works correctly.

@tripflex
Copy link
Collaborator Author

@masteradhoc @yscik can we get this merged and an update released possibly? Numerous clients asking about it consistently

@Gnodesign
Copy link
Collaborator

+1

@masteradhoc
Copy link
Contributor

I think no one is really working on this plugin at the moment. Last merges was done by @azaozz - maybe he can take a look?

@tripflex
Copy link
Collaborator Author

tripflex commented Nov 7, 2025

I found this is actually correct (for some weird reason based on actual field type), so i'm going to close this ticket

@tripflex tripflex closed this Nov 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants