Inventory_Presser_Shortcode_Iframe::add()

Adds two shortcodes

On This Page


Return Return

(void)


Top ↑

Source Source

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

	public function add() {
		add_shortcode( 'invp-iframe', array( $this, 'content' ) );
		add_shortcode( 'invp_iframe', array( $this, 'content' ) );
	}