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 inner_set_key() method is used for all keys set through the Field constructor. It sanitizes keys with the WP sanitize_title() function. This is necessary when the key is created out of a label text, but it might not be wanted if the user sets the key explicitly.
Could the sanitizing be done only if the key is created out of a label text?
The text was updated successfully, but these errors were encountered:
The
inner_set_key()
method is used for all keys set through theField
constructor. It sanitizes keys with the WPsanitize_title()
function. This is necessary when the key is created out of a label text, but it might not be wanted if the user sets the key explicitly.Could the sanitizing be done only if the key is created out of a label text?
The text was updated successfully, but these errors were encountered: