PHP Classes

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

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/DeprecatedParameterValuesStandard.xml   Download  
File: vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/DeprecatedParameterValuesStandard.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: 27 days ago
Size: 579 bytes
 

Contents

Class file image Download
<documentation title="Deprecated Function Parameter Values"> <standard> <![CDATA[ Please refrain from using deprecated WordPress function parameter values. ]]> </standard> <code_comparison> <code title="Valid: passing a valid function parameter value."> <![CDATA[ bloginfo( <em>'url'</em> ); ]]> </code> <code title="Invalid: passing a deprecated function parameter value."> <![CDATA[ bloginfo ( <em>'home'</em> ); // Deprecated WP 2.2.0. ]]> </code> </code_comparison> </documentation>