Description
This shortcode allows you to capture the output from another shortcode and store it as a local variable to be used elsewhere on your site.
Shortcode Examples
Captures the output from the [memb_appname] shortcode and stores it in a local variable field.foo – then using the [memb_echo] shortcode we are displaying that newly created local variable.
[memb_capture capture=field:foo][memb_appname][/memb_capture]
AppName: [memb_echo value="{{field.foo}}"]
Shortcode Parameters
capture | Lets you specify where to route the captured shortcode/data (?) |
|---|---|
txtfmt | Lets you process the output of this shortcode through text processing functions (?) |
Shortcode Attributes
| Conditional | No |
|---|---|
| Nestable | No |
| Accepts formatting | Yes |
| Capturable | Yes |