Inventory_Presser_Shortcode_Attribute_Table::add()
add
Contents
Description Description
Adds two shortcodes
Return Return
(void)
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' ) ); }
Expand full source code Collapse full source code View on Github