babble
babble copied to clipboard
`sanitize_text_field_by_reference` is a method, not a function.
using array( $this, 'sanitize_text_field_by_reference' )
instead of sanitize_text_field_by_reference
as a callback param of array_walk_recursive
This bug was introduced while addressing the VIP code review feedback
fixes #343