Description
[wcj_text]
shortcode displays any text. Shortcode has no required attributes, optional attributes are listed below.
Args
Please check shortcodes common args.
- before
- (optional) Text to place before the content. If content is empty this argument is ignored.
- Default: None
- after
- (optional) Text to place after the content. If content is empty this argument is ignored.
- Default: None
- billing_country
- (optional) Make shortcode results visible only in orders with specific billing country. Value is two letter country code. Can be comma separated list.
- Default: None
- not_billing_country
- (optional) Make shortcode results visible only in orders excluding specific billing country. Value is two letter country code. Can be comma separated list.
- Default: None
Examples
[wcj_text billing_country="DE"]Rechnung[/wcj_text][wcj_text not_billing_country="DE"]Invoice[/wcj_text]
Accessible through:
- [wcj_text]