PHP Classes

File: vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/DeprecatedClassesStandard.xml

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/DeprecatedClassesStandard.xml   Download  
File: vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/DeprecatedClassesStandard.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 19 days ago
Size: 534 bytes
 

Contents

Class file image Download
<documentation title="Deprecated Classes"> <standard> <![CDATA[ Please refrain from using deprecated WordPress classes. ]]> </standard> <code_comparison> <code title="Valid: use of a current (non-deprecated) class."> <![CDATA[ $a = new <em>WP_User_Query</em>(); ]]> </code> <code title="Invalid: use of a deprecated class."> <![CDATA[ $a = new <em>WP_User_Search</em>(); // Deprecated WP 3.1. ]]> </code> </code_comparison> </documentation>