Provider::add_filters()

Add the filter hooks.

Contents


Source

File: src/Events_Pro/Site_Health/Provider.php

	public function add_filters() {
		add_filter( 'tec_debug_info_sections', [ $this, 'filter_include_sections' ] );
	}

Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.