This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Dashboard::sort_modules( array $modules )

Utility method to sort modules by order key.


Parameters

$modules

(Required) The modules list.


Return

(mixed)


Source

File: includes/admin/dashboard.php


			


Changelog

Changelog
Version Description
1.0.0 Introduced.