Inventory_Presser_Shortcode_Attribute_Table::add()

add


Description Description

Adds two shortcodes


Top ↑

Return Return

(void)


Top ↑

Source Source

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

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