WC_Shortcode_Order_Tracking::get
Get the shortcode content.
Метод класса: WC_Shortcode_Order_Tracking{}
Хуков нет.
Возвращает
Строку.
Использование
$result = WC_Shortcode_Order_Tracking::get( $atts );
- $atts(массив) (обязательный)
- Shortcode attributes.
Код WC_Shortcode_Order_Tracking::get() WC Shortcode Order Tracking::get WC 10.4.3
public static function get( $atts ) {
return WC_Shortcodes::shortcode_wrapper( array( __CLASS__, 'output' ), $atts );
}