Skip to content

Instantly share code, notes, and snippets.

@yuriitaran
Last active October 24, 2017 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuriitaran/bfa6e0fd627f0140bb09f07cde351771 to your computer and use it in GitHub Desktop.
Save yuriitaran/bfa6e0fd627f0140bb09f07cde351771 to your computer and use it in GitHub Desktop.
WP shortcode with variable
<?php echo do_shortcode('['.get_field('custom_field_name').']'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment