WC_Shortcode_Order_Tracking::get()
Get the shortcode content.
Method of the class: WC_Shortcode_Order_Tracking{}
No Hooks.
Return
String
.
Usage
$result = WC_Shortcode_Order_Tracking::get( $atts );
- $atts(array) (required)
- Shortcode attributes.
WC_Shortcode_Order_Tracking::get() WC Shortcode Order Tracking::get code WC 9.4.2
public static function get( $atts ) { return WC_Shortcodes::shortcode_wrapper( array( __CLASS__, 'output' ), $atts ); }