diff --git a/src/Tags/IssuerTag.php b/src/Tags/IssuerTag.php index 08a3cdc..5b4dd84 100644 --- a/src/Tags/IssuerTag.php +++ b/src/Tags/IssuerTag.php @@ -94,7 +94,7 @@ public function handler( $tag ) { $html_options = ''; foreach ( $issuer_field->get_options() as $option ) { - $html_options .= $option->render(); + $html_options .= $option->get_element()->render(); } $html = \sprintf(