Summery Summery
Sorts themes by name.
Syntax Syntax
Parameters Parameters
- $themes
-
(Required) Array of theme objects to sort (passed by reference).
Source Source
File: wp-includes/class-wp-theme.php
} /** * Callback function for usort() to naturally sort themes by name. * * Accesses the Name header directly from the class for maximum speed. * Would choke on HTML but we don't care enough to slow it down with strip_tags(). * * @since 3.4.0 *
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |