_ap_short_addons_list( array $a )

Description #

Internal function for sorting features array.

Parameters #

  • $a
    array (Required) Feature array.

Changelog #

VersionDescription
4.2.0Introduced.

Source #

File: admin/views/toggle-features.php

function _ap_short_addons_list( $a ) { // phpcs:ignore
	return $a['active'] ? -1 : 1;
}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment