Closed mindctrl closed 1 year ago
Ensures values for repeating rich text fields are cast as an array before passing through array_map(). This fixes issues where optional repeating rich text fields are empty, but the plugin incorrectly assumes it will have an array value.
array_map()
https://wpengine.atlassian.net/browse/
I have:
Description
Ensures values for repeating rich text fields are cast as an array before passing through
array_map()
. This fixes issues where optional repeating rich text fields are empty, but the plugin incorrectly assumes it will have an array value.https://wpengine.atlassian.net/browse/
Checklist
I have:
Testing
Screenshots
Documentation Changes
Dependent PRs