Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 648 Bytes

WordPress.WP.DeprecatedParameters.md

File metadata and controls

13 lines (7 loc) · 648 Bytes

Pattern: Use of deprecated WP parameter

Issue: -

Description

Checks for usage of deprecated parameters in WP functions and suggest alternative based on the parameter passed.

This rule will throw an error when usage of deprecated parameters is detected if the parameter was deprecated before the minimum supported WP version; a warning otherwise. By default, it is set to presume that a project will support the current WP version and up to three releases before.

Further Reading