Inventory_Presser_Shortcode_Vin::add()

Adds two shortcodes

On This Page


Return Return

(void)


Top ↑

Source Source

File: includes/shortcode/class-shortcode-vin.php

	public function add() {
		add_shortcode( 'invp-vin', 'invp_get_the_vin' );
		add_shortcode( 'invp_vin', 'invp_get_the_vin' );
	}