Inventory_Presser_Shortcode_Archive::add()
Adds two shortcodes
Return Return
(void)
Source Source
File: includes/shortcode/class-shortcode-archive.php
public function add() {
add_shortcode( 'invp-archive', array( $this, 'content' ) );
add_shortcode( 'invp_archive', array( $this, 'content' ) );
}
Expand full source codeCollapse full source codeView on Github