VIP-Coding-Standards icon indicating copy to clipboard operation
VIP-Coding-Standards copied to clipboard

4.0 | Remove previously deprecated code

Open jrfnl opened this issue 5 months ago • 1 comments

Removing the deprecated JS sniffs is tracked separately in #442.

List of deprecated code which should be removed in the next major:

  • [ ] WordPressVIPMinimum\Sniffs\Classes\DeclarationCompatibilitySniff::$checkClasses - deprecated since VIPCS 3.1.0, see #858, related to #234.
  • [ ] WordPressVIPMinimum\Sniffs\Classes\DeclarationCompatibilitySniff::$checkClassesGroups - deprecated since VIPCS 3.1.0, see #858, related to #234.
  • [ ] The complete WordPressVIPMinimum\Sniffs\Functions\DynamicCalls sniff - deprecated since VIPCS 3.1.0, see #517 and #865
  • [ ] WordPressVIPMinimum\Sniffs\Performance\TaxonomyMetaInOptionsSniff::$option_functions - deprecated since VIPCS 3.1.0, see #872, related to #234.
  • [ ] WordPressVIPMinimum\Sniffs\Security\ProperEscapingFunctionSniff::$url_attrs - deprecated since VIPCS 2.3.1
  • [ ] WordPressVIPMinimum\Sniffs\Security\ProperEscapingFunctionSniff::$attr_endings - deprecated since VIPCS 2.3.1
  • [ ] WordPressVIPMinimum\Sniffs\Security\ProperEscapingFunctionSniff::attr_expects_url)_ - deprecated since VIPCS 2.3.1
  • [ ] WordPressVIPMinimum\Sniffs\Security\ProperEscapingFunctionSniff::is_html_attr() - deprecated since VIPCS 2.3.1

jrfnl avatar Jul 19 '25 21:07 jrfnl

Work in Progress branches which should help to address this when the time comes:

jrfnl avatar Jul 30 '25 14:07 jrfnl