``` if ( !empty( $_POST['hello'] ) && ctype_alnum( $_POST['hello'] ) ) { $hello = $_POST['hello']; } ``` Atm it's reported as `WordPress.Security.ValidatedSanitizedInput`