Inventory_Presser_Shortcode_Archive_Vehicle::add()

add


Description Description

Adds two shortcodes


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/shortcode/class-shortcode-archive-vehicle.php

	function add() {
		add_shortcode( 'invp-archive-vehicle', array( $this, 'content' ) );
		add_shortcode( 'invp_archive_vehicle', array( $this, 'content' ) );
	}