Advertisement
Guest User

Display Redux Framework Field Only If Value is Present

a guest
Mar 27th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. ***** Display Redux Framework Field Only If Value is Present *****
  2.  
  3.  
  4. <?php if($int_machinery_opp['intlogo-image']): ?>
  5.    
  6.     Your Code if value is Present
  7.  
  8. <?php else: ?>
  9.    
  10.     Your Code if value is not Present
  11.  
  12. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement