# wp-commerce7/trunk/includes/themeco/cornerstone/shortcode.php

Commerce7 for WordPress, version trunk. 12 lines.

- Page: https://pluginprobe.com/plugins/wp-commerce7/trunk/code/includes/themeco/cornerstone/shortcode.php
- Raw: https://pluginprobe.com/plugins/wp-commerce7/trunk/raw/includes/themeco/cornerstone/shortcode.php
- Modified: 2020-09-08T21:04:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-commerce7/trunk/code/includes/themeco/cornerstone/shortcode.php#L10-L20`.

```php
<?php
/**
 * Shortcode
 *
 * @package   wp-commerce7
 * @author    Michael Bourne
 * @license   GPL3
 * @link      https://ursa6.com
 * @since     1.0.0
 */

echo do_shortcode( '[c7wp type="' . $type . '" data="' . $data . '"]' );
```
