Inventory_Presser_Shortcode_Photo_Slider::add_hooks()

Adds hooks that power the shortcode

On This Page


Return Return

(void)


Top ↑

Source Source

File: includes/shortcode/class-shortcode-photo-slider.php

	public function add_hooks() {
		add_action( 'init', array( $this, 'add' ) );
	}