Inventory_Presser_Shortcode_Vin::add()
Adds two shortcodes
Return Return
(void)
Source Source
File: includes/shortcode/class-shortcode-vin.php
public function add() { add_shortcode( 'invp-vin', 'invp_get_the_vin' ); add_shortcode( 'invp_vin', 'invp_get_the_vin' ); }
Expand full source codeCollapse full source codeView on Github