This only shows the description if it exists:
$term_desc = strtolower($term->description);
if ( '' !== $term_desc ){
echo "<div class='plans-description'>$term_desc</div><br />";
}
This only shows the description if it exists:
$term_desc = strtolower($term->description);
if ( '' !== $term_desc ){
echo "<div class='plans-description'>$term_desc</div><br />";
}