WordPress-Coding-Standards/Sniffs/VIP
2013-11-06 23:37:51 -08:00
..
AdminBarRemovalSniff.php Flag removal of admin bar 2013-10-20 18:42:17 +02:00
CronIntervalSniff.php Add support for checking for cron_schedules in closures 2013-10-28 22:13:01 -07:00
DirectDatabaseQuerySniff.php Allow whitelisting of non-cached DB calls 2013-11-06 22:28:24 -08:00
FileSystemWritesDisallowSniff.php Add more functions that modify filesystem 2013-10-21 15:57:50 -07:00
PluginMenuSlugSniff.php Warn about __FILE__ for page registration #86 2013-10-27 07:41:03 +02:00
PostsPerPageSniff.php Remove silly dump line 2013-10-27 08:14:03 +02:00
RestrictedFunctionsSniff.php Merge branch 'develop' into issue/89 2013-10-29 20:14:35 +02:00
RestrictedVariablesSniff.php Flag violations of caching constraints #89 2013-10-27 08:00:39 +02:00
SessionFunctionsUsageSniff.php Rename classes to allow for a second sniff targeting same issue 2013-10-20 15:23:07 +02:00
SessionVariableUsageSniff.php Add sniff to check for usage of $_SESSION var 2013-10-20 15:37:09 +02:00
SlowDBQuerySniff.php Rename posts_per_page => slow_db_query 2013-10-28 22:38:43 -07:00
SuperGlobalInputUsageSniff.php Add SuperGlobal assignment skip to ValidatedSanitizedInputSniff 2013-11-06 22:54:52 -08:00
TimezoneChangeSniff.php Flag manipulation of server (default) timezone 2013-10-20 16:17:59 +02:00
ValidatedSanitizedInputSniff.php Remove warning about super global without array index 2013-11-06 23:37:51 -08:00