Inventory_Presser_Template_Provider::hooks()

hooks


Description Description

Adds hooks to catch requests for vehicle singles and archives.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/class-template-provider.php

		function hooks() {
			add_filter( 'single_template', array( $this, 'maybe_provide_template' ) );
			add_filter( 'archive_template', array( $this, 'maybe_provide_template' ) );
		}