shakil97bd

Display Redux Framework Field Only If Value is Present

Mar 27th, 2017
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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; ?>
Add Comment
Please, Sign In to add comment