Inventory_Presser_Shortcode_Attribute_Table::add()
Adds two shortcodes.
Return Return
(void)
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' ) );
}
Expand full source codeCollapse full source codeView on Github