Support Meta Box Group Escaping and Sanitization Reply To: Escaping and Sanitization

#14056
Anh TranAnh Tran
Keymaster

Hi Vinny,

The sanitize method removes all empty values in the group. Empty values are empty string and empty array.

The esc_meta simply overwrites parent's method, to make the value of sub-fields not escaped.

They're not bugs and no need to fix them.