You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fields attribute in the shortcode and block editor can be incorrectly configured. A comma where there isn't suppose to be one, or a space between comma's causing malfunctions.
The general overview is to sanitize and validate the format of the fields attribute.
The fields attribute in the shortcode and block editor can be incorrectly configured. A comma where there isn't suppose to be one, or a space between comma's causing malfunctions.
The general overview is to sanitize and validate the format of the fields attribute.
Here is a gist to remove spaces between the comma values of the fields attribute: https://gist.github.com/ipokkel/17266debaf7eeb3f349de1392be473e6
The text was updated successfully, but these errors were encountered: