LLMS_Table_NotificationSettings::sort_rows( array $row_a, array $row_b )
Sorting function to display all loaded notifications in alphabetical order
Description Description
Parameters Parameters
- $row_a
-
(Required) first row to compare
- $row_b
-
(Required) second row to compare
Return Return
(int)
Source Source
File: includes/admin/settings/tables/class.llms.table.notification.settings.php
Changelog Changelog
Version | Description |
---|---|
3.10.0 | Introduced. |