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