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