Skip to content

Instantly share code, notes, and snippets.

@DustinHartzler
Created December 22, 2015 13:09
Show Gist options
  • Select an option

  • Save DustinHartzler/6885cf72cfc8c24ececd to your computer and use it in GitHub Desktop.

Select an option

Save DustinHartzler/6885cf72cfc8c24ececd to your computer and use it in GitHub Desktop.
<?php echo ( ! $mnm_product->variation_id && $mnm_product->is_visible() ) || ( $mnm_product->variation_id && $mnm_product->variation_is_visible() ) ? '<a href="' . $mnm_product->get_permalink() . '" target="_blank">' . $mnm_product->get_title() . '</a>' : $mnm_product->get_title(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment