-
Posted a reply to False positive, possible bug, on the site WordPress.org Forums:
function banned_action($errors){ $errors->add( 'invalid_email', $this->options['message'] ); if ( 'yes' === $this->options['redirect'] ) { wp_safe_redirect( $this->options['redirect_url']… -
Created a topic, False positive, possible bug, on the site WordPress.org Forums:
Hi, in version 2.8 there is a possible bug. Adding an …