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