View difference between Paste ID: DYDu5KMG and edesY0Qy
SHOW: | | - or go back to the newest paste.
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; ?>