Inventory_Presser_Shortcode_Attribute_Table::hooks()

hooks


Description Description

Adds hooks that power the shortcode


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/shortcode/class-shortcode-attribute-table.php

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