Display WooCommerce User Info
开发者 |
richymilo
|
更新时间 |
2015年3月16日 12:30 |
捐献地址: |
去捐款 |
PHP版本: |
3.0.1 及以上 |
WordPress版本: |
4.1.1 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
Displays formatted copy of Woo Commerce Shipping and/or Billing information in a shortcode.
The following shortcodes can be used:
[billing_info]
[shipping_info]
if the "id" parameter is added (e.g. [billing_info id="1"] ), that users information will be displayed.
Otherwise the current users information will be displayed by default.
The output information will be formatted with the default wooCommerce styling.
安装:
- Upload
plugin-name.php
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Add Shortcode to post or page
- Additionally <?php echo do_shortcode( '[billing_info]' ); ?> can be used to display the shorcode within a theme or plugin.
更新日志:
1.0
- First Version, Basic Working copy