Skip to content

Commit ebc0db8

Browse files
committed
Explain why WP alternatives should be preferred in the standard description
1 parent 89b4c19 commit ebc0db8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WordPress/Docs/WP/AlternativeFunctionsStandard.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<standard>
77
<![CDATA[
88
Use WordPress functions instead of certain native PHP functions.
9+
10+
These WordPress functions typically improve consistency across different PHP versions, operating systems, and server configurations, and/or provide a more comprehensive or robust version of the PHP native function. Using them can make the code more portable and reliable.
911
]]>
1012
</standard>
1113
<code_comparison>

0 commit comments

Comments
 (0)