Inventory_Presser_Shortcode_Photo_Slider::add()

Adds two shortcodes

On This Page


Return Return

(void)


Top ↑

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' ) );
	}