Controller::register_filters()

Register filters.


Return

(void)


Top ↑

Source

File: src/Tickets_Plus/Integrations/Event_Tickets/Site_Health/Controller.php

	public function register_filters(): void {

		add_filter(
			'tec_tickets_site_health_subsections',
			[
				$this,
				'site_health_additional_subsections',
			]
		);
	}

Top ↑

Changelog

Changelog
Version Description
5.9.1 Introduced.