Inventory_Presser_Shortcode_Sort_By::add()
Adds a shortcode
Return Return
(void)
Source Source
File: includes/shortcode/class-shortcode-sort-by.php
public function add() { add_shortcode( 'invp_sort_by', array( $this, 'content' ) ); }
Expand full source codeCollapse full source codeView on Github