Inventory_Presser_Shortcode_Sort_By::add_hooks()
Adds hooks that power the shortcode
Return Return
(void)
Source Source
File: includes/shortcode/class-shortcode-sort-by.php
public function add_hooks() { add_action( 'init', array( $this, 'add' ) ); add_action( 'init', array( $this, 'change_sorter_based_on_price_display' ) ); }
Expand full source codeCollapse full source codeView on Github