WC_Shortcodes::order_tracking()
Order tracking page shortcode.
Метод класса: WC_Shortcodes{}
Хуков нет.
Возвращает
Строку
.
Использование
$result = WC_Shortcodes::order_tracking( $atts );
- $atts(массив) (обязательный)
- Attributes.
Код WC_Shortcodes::order_tracking() WC Shortcodes::order tracking WC 9.6.1
public static function order_tracking( $atts ) { return self::shortcode_wrapper( array( 'WC_Shortcode_Order_Tracking', 'output' ), $atts ); }