Inventory_Presser_Shortcode_Single_Vehicle::add()
Adds two shortcodes
Return
(void)
Source
File: includes/shortcode/class-shortcode-single-vehicle.php
public function add() { add_shortcode( 'invp-single-vehicle', array( $this, 'content' ) ); add_shortcode( 'invp_single_vehicle', array( $this, 'content' ) ); }
Expand full source code Collapse full source code View on Github