## Avaiable Shortcodes
1. ~~`wc-ps`~~ **@deprecated** use `wc_ps` or `product_subtitle` Instead
2. `wc_ps`
3. `product_subtitle`

---

## Shortcode Arguments
1. `id` -- Product ID . Leave Empty To Fetch Product Id Automatically 
2. `tag` -- Subtitle Tag . Leave Empty To Use Tage Set In Shortcode Settings

---

## Example Code

#### With Custom Product ID
```
[ wc_ps id="23" ]
```

#### With Custom Element Tag
```
[ wc_ps tag="span" ]
```

**Sample Applies For Both shortcodes `wp_ps` or `product_subtitle`**