WC_Shortcodes::order_tracking
Order tracking page shortcode.
Method of the class: WC_Shortcodes{}
No Hooks.
Returns
String.
Usage
$result = WC_Shortcodes::order_tracking( $atts );
- $atts(array) (required)
- Attributes.
WC_Shortcodes::order_tracking() WC Shortcodes::order tracking code WC 10.5.0
public static function order_tracking( $atts ) {
return self::shortcode_wrapper( array( 'WC_Shortcode_Order_Tracking', 'output' ), $atts );
}