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
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
The validation being done in Customize posts is using the proposed $strict param which didn't make it into the final patch. We need to implement validate callbacks, or return WP_Error from the settings' sanitize callbacks (but only if at least 4.6-alpha-r37476, aka if WP_Customize_Setting::validate() exists).
The text was updated successfully, but these errors were encountered:
Setting validation is now in
trunk
. See https://core.trac.wordpress.org/changeset/37476The validation being done in Customize posts is using the proposed
$strict
param which didn't make it into the final patch. We need to implementvalidate
callbacks, or returnWP_Error
from the settings'sanitize
callbacks (but only if at least4.6-alpha-r37476
, aka ifWP_Customize_Setting::validate()
exists).The text was updated successfully, but these errors were encountered: