From e475309cd5c1406c5ec4786e6658a40d0a16259a Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 16 Jun 2017 01:07:11 +0200 Subject: [PATCH] WPCS: Verify that no deprecated or removed WP functions are being used. Ref: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#minimum-wp-version-to-check-for-usage-of-deprecated-functions-and-function-parameters --- phpcs.xml.dist | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index e7b29566..59ed5d08 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -45,6 +45,15 @@ + + + + + + +