Inventory_Presser_Shortcode_Attribute_Table::add()

Adds two shortcodes.

On This Page


Return Return

(void)


Top ↑

Source Source

File: includes/shortcode/class-shortcode-attribute-table.php

	public function add() {
		add_shortcode( 'invp-attribute-table', array( $this, 'content' ) );
		add_shortcode( 'invp_attribute_table', array( $this, 'content' ) );
	}