Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created November 10, 2013 00:16
Show Gist options
  • Save pablolobos/7391905 to your computer and use it in GitHub Desktop.
Save pablolobos/7391905 to your computer and use it in GitHub Desktop.
wordpress_if-field-not-empty.php
<?php if(strlen(get_field( 'field_name' )) > 0): ?>
condition
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment