Skip to content

Instantly share code, notes, and snippets.

@isotrope
Created April 7, 2020 17:46
Show Gist options
  • Save isotrope/ec70f5b85cacadcd34302769489bc2fc to your computer and use it in GitHub Desktop.
Save isotrope/ec70f5b85cacadcd34302769489bc2fc to your computer and use it in GitHub Desktop.
When Ternary Logic Goes Bad
<?php
$subfield['value'] = ( $blank ) ? ("") : ( isset( $args['value'][ $row ][ $subfield['id'] ] )) ? ($args['value'][ $row ][ $subfield['id'] ] ): ("");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment