WC_Shortcode_Order_Tracking::get( array $atts )

Get the shortcode content.


Description Description


Parameters Parameters

$atts

(Required) Shortcode attributes.


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/shortcodes/class-wc-shortcode-order-tracking.php

	public static function get( $atts ) {
		return WC_Shortcodes::shortcode_wrapper( array( __CLASS__, 'output' ), $atts );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.