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