Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / Classes / WC_Shortcode_My_Account / WC_Shortcode_My_Account::get()

WC_Shortcode_My_Account::get( array $atts )

Get the shortcode content.

Contents

  • Description
    • Parameters
    • Return
    • Source
  • Related
    • Uses
  • User Contributed Notes

Description #Description


Parameters #Parameters

$atts

(Required) Shortcode attributes.


Top ↑

Return #Return

(string)


Top ↑

Source #Source

File: includes/shortcodes/class-wc-shortcode-my-account.php

	public static function get( $atts ) {
		return WC_Shortcodes::shortcode_wrapper( array( __CLASS__, 'output' ), $atts );
	}

Expand full source code Collapse full source code


Top ↑

Related #Related

Top ↑

Uses #Uses

Uses
Uses Description
includes/class-wc-shortcodes.php: WC_Shortcodes::shortcode_wrapper()

Shortcode Wrapper.


Top ↑

User Contributed Notes #User Contributed Notes

You must log in before being able to contribute a note or feedback.

Proudly powered by WordPress