Skip to content

Instantly share code, notes, and snippets.

@jenhuls
Last active October 22, 2020 11:26
Show Gist options
  • Save jenhuls/041978a44141b21636d7c46fb3837a78 to your computer and use it in GitHub Desktop.
Save jenhuls/041978a44141b21636d7c46fb3837a78 to your computer and use it in GitHub Desktop.
[ACF Text Field for Shortcode] #ACF #WordPress #shortcode
// This allows a shortcode to be used in an ACF text field.
<?php
$revslider_shortcode = get_field( 'revolution_slider_shortcode' );
echo do_shortcode($revslider_shortcode);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment