Can I pass parameters
-
Can I pass parameters?
Note: The plugin “shortcoder” did this perfectly until the WordPress 4.4 update. That plugin no longer functions in WordPress 4.4 and a replacement with the ability to pass parameters is desparately needed by many!!!!
Example:
I have a shortcode-variable code that looks like:
<tr style=”background-color: #%%rowcolorodd%%;”>The shortcode to call this code is:
[shortcode-variables slug=”givemearow” rowcolorodd=”FF22EE”]Note the addition of my very own parameter – rowcolorodd.
Upon executing shortcode-variables I’d want it to create:
<tr style=”background-color: #FF22EE;”>Can this be done?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Can I pass parameters’ is closed to new replies.