Skip to content

Files

Latest commit

 

History

History
14 lines (8 loc) · 618 Bytes

WordPress.WP.DeprecatedFunctions.md

File metadata and controls

14 lines (8 loc) · 618 Bytes

Pattern: Use of deprecated WP functions

Issue: -

Description

Restricts the use of various deprecated WordPress functions and suggests alternatives.

This rule will throw an error when usage of deprecated functions is detected if the function 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