WC_Shortcodes::order_tracking()public staticWC 1.0

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() code WC 8.7.0

public static function order_tracking( $atts ) {
	return self::shortcode_wrapper( array( 'WC_Shortcode_Order_Tracking', 'output' ), $atts );
}