apply_filters( 'appthemes_dashboard_stats_box', array $sections )
Hook to add app-specific stats sections
Package
Description Description
Parameters Parameters
- $sections
(array) An array of a sections and section items within. Where array key is section slug and value is an array of section items
- 'section'
(array) An array of section items. Where key is item label and value is item text- 'item'
(string) Item value
- 'item'
- 'apps'
(array) A single dimentional array of activated apps. Section slug 'apps'.- 'app'
(string) App name and version (i.e 'Vantage 1.4.1')
- 'app'
- 'section'