Skip to content

Instantly share code, notes, and snippets.

@jackfearing
Last active February 20, 2020 00:50
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 jackfearing/42deca220f1785cfee026238f4032957 to your computer and use it in GitHub Desktop.
Save jackfearing/42deca220f1785cfee026238f4032957 to your computer and use it in GitHub Desktop.
ACF Pro - Basic Custom Field
<?php if(get_field('new_acf_text_area')){
echo '<div>'. get_field('new_acf_text_area') .'</div>';
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment