<?xml version="1.0"?>
<ruleset name="WordPress VIP">
	<description>WordPress VIP Coding Standards</description>

	<rule ref="WordPress-Core"/>

	<!-- the following are inherited by other sniffs -->
	<rule ref="WordPress.Arrays.ArrayAssignmentRestrictions"/>
	<rule ref="WordPress.Functions.FunctionRestrictions"/>
	<rule ref="WordPress.Variables.VariableRestrictions"/>

	<rule ref="WordPress.VIP"/>

	<rule ref="WordPress.XSS.EscapeOutput"/>

</ruleset>
