Callback function for usort() to naturally sort themes by translated name.
$a falls lower in the natural order than $b. Zero if they fall equally.$a falls higher in the natural order than $b. Used with usort().private static function _name_sort_i18n( $a, $b ) {
return strnatcasecmp( $a->name_translated, $b->name_translated );
}
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_theme/_name_sort_i18n