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