Tribe__Events__Community__Integrations__Divi::hooks()

Setup the required hooks to provide smooth, unblemished integration with the Divi theme.

Contents


Source

File: src/Tribe/Integrations/Divi.php

	public function hooks() {
		add_filter( 'pre_get_document_title', array( $this, 'on_pre_get_document_title' ), 5 );
	}

Top ↑

Changelog

Changelog
Version Description
4.5.10 Introduced.