Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

themes_comparator()

Description

Comparator function for sorting featured collections

Parameters

ColumnTypeDefaultDescription
$a string
$b string

Return

void

Location

include/collections_functions.php lines 1182 to 1185

Definition

 
function themes_comparator($a$b)
    {
    return 
strnatcasecmp(i18n_get_collection_name($a), i18n_get_collection_name($b));
    }

This article was last updated 22nd October 2020 11:35 Europe/London time based on the source file dated 2nd October 2020 15:40 Europe/London time.