Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created March 14, 2015 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tripflex/fe673a7dbf26bf5168b0 to your computer and use it in GitHub Desktop.
Save tripflex/fe673a7dbf26bf5168b0 to your computer and use it in GitHub Desktop.
Output image if checkbox is checked example
<?php
$huntfish_license = get_custom_field('huntfish_license');
if( (int) $huntfish_license === 1 ):
?>
<a href="" target="_blank"><img src="huntfish_license.png" /></a>
<?php
endif;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment