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 coding standard changes in d4d6e6f included a change to strict type checking
in `in_array()` for the user id blacklist, which broke what should have been
legitimate items on the blacklist. We fix this by enforcing the integer type
on these blacklist items.
See #154, #153.
See https://wordpress.org/support/topic/feature-request-access-test-filter/
The text was updated successfully, but these errors were encountered: