1 | <img id="pagantis_logo" src="<?php echo esc_url($logo); ?>" /> |
||
0 ignored issues
–
show
Bug
introduced
by
![]() |
|||
2 | <p> <?php echo $panel_description; ?></p> |
||
3 | <p><a href="https://bo.pagantis.com" target="_blank" class="button button-primary"> |
||
4 | <?php echo $button1_label; ?></a> |
||
5 | <a href="http://docs.pagantis.com/" target="_blank" class="button"><?php echo $button2_label; ?></a></p> |
||
6 | <hr> |
||
7 | <table class="form-table"> |
||
8 | <?php echo $settings ?> |
||
9 | </table> |
||
10 |