_ap_short_addons_list( array $a )
Description #
Internal function for sorting features array.
Parameters #
- $aarray (Required) Feature array.
Source #
File: admin/views/toggle-features.php
26 27 28 | function _ap_short_addons_list( $a ) { // phpcs:ignore return $a [ 'active' ] ? -1 : 1; } |
Expand full source code Collapse full source code View on GitHub: admin/views/toggle-features.php:26
Add your comment