Inventory_Presser_Shortcode_Photo_Slider::hooks()

hooks


Description Description

Adds hooks that power the shortcode


Top ↑

Return Return

(void)


Top ↑

Source Source

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

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