Function Hook_admin_stats_events->get_top_tracking_codes
Definitions
sources/hooks/modules/admin_stats/events.php
- Get a list of top tracking codes.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- List of tracking codes
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a list of top tracking codes.
*
* @return array List of tracking codes
*/
protected function get_top_tracking_codes() : array
* Get a list of top tracking codes.
*
* @return array List of tracking codes
*/
protected function get_top_tracking_codes() : array

