Inventory_Presser_Shortcode_Sort_By::add()

Adds a shortcode

On This Page


Return Return

(void)


Top ↑

Source Source

File: includes/shortcode/class-shortcode-sort-by.php

	public function add() {
		add_shortcode( 'invp_sort_by', array( $this, 'content' ) );
	}