I need to write a dynamic shortcode. The original says: [... width="940" height="200" ...]
I need to have this:
[... width="<php>" height="<php>" ...]
How do I get this to happen??
Thanks, Floyd
|
I need to write a dynamic shortcode. The original says: [... width="940" height="200" ...] I need to have this:
[... width=" How do I get this to happen?? Thanks, Floyd |
|||
|
|
Shortcodes are plain text wrapper made exactly for cases when PHP code is not available or should not be used.
|
|||||||
|