Provider::add_filters()
Add the filter hooks.
Source
File: src/Events_Pro/Site_Health/Provider.php
public function add_filters() {
add_filter( 'tec_debug_info_sections', [ $this, 'filter_include_sections' ] );
}
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |