apply_filters( 'ep_status_report_reports', $reports ) → {array.<Report>}
Filter the reports executed in the Status Report page.
Parameters:
Name | Type | Description |
---|---|---|
$reports |
array.<Report> | Array of reports |
- Since:
- 4.4.0
- Source:
Returns:
New array of reports
- Type
- array.<Report>