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