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
inner_set_key()method is used for all keys set through theFieldconstructor. 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?