Inventory_Presser_Template_Provider::add_hooks()

Adds hooks to catch requests for vehicle singles and archives.

On This Page


Return Return

(void)


Top ↑

Source Source

File: includes/class-template-provider.php

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