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