Shortcode or placeholder for theme options page?
I'm writing a theme options page that provides a space for the user to enter code for social buttons e.g.
a href="https://twitter.com/share" class="twitter-share-button"
data-url="?php echo get_permalink(); ?"Tweet/a
Obviously, having ?php echo get_permalink(); ?
for the data-url attribute is not going to work in a theme options textarea. What are my options here? I've seen others user
shortcodes e.g. [permalink] - but how can I process the shortcode?
placeholders e.g. {{url}} - again, how do I replace these placeholders?
Appreciate any pointers in the right direction. Thanks!
Topic theme-options shortcode Wordpress
Category Web