WC_Shortcodes::my_account()public staticWC 1.0

My account page shortcode.

Метод класса: WC_Shortcodes{}

Хуков нет.

Возвращает

Строку.

Использование

$result = WC_Shortcodes::my_account( $atts );
$atts(массив) (обязательный)
Attributes.

Код WC_Shortcodes::my_account() WC 8.7.0

public static function my_account( $atts ) {
	return self::shortcode_wrapper( array( 'WC_Shortcode_My_Account', 'output' ), $atts );
}