f06ad5d78a
WordPress Coding Standard 2.0 removed the sniff
WordPress.Security.NonceVerification.NoNonceVerification:
```
The WordPress.Security.NonceVerification sniff used the same error code for both an error as well as a warning.
The old error code NoNonceVerification is no longer used.
The error now uses the Missing error code, while the warning now uses the Recommended error code.
```
(from
|
||
---|---|---|
.. | ||
class-wc-admin-setup-wizard-tracking.php | ||
class-wc-coupons-tracking.php | ||
class-wc-extensions-tracking.php | ||
class-wc-importer-tracking.php | ||
class-wc-orders-tracking.php | ||
class-wc-products-tracking.php | ||
class-wc-settings-tracking.php | ||
class-wc-status-tracking.php |