Advertisement
BakerMan

TEC Test for Additional Field

Nov 26th, 2012
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. // Get any custom fields for this event
  2. $fields = tribe_get_custom_fields();
  3.  
  4. // Is fieldname set and not empty?
  5. if (isset($fields['fieldname']) and !empty($fields['fieldname'])) {
  6.     /* Do magic */
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement