Issues (235)

templates/admin_header.php (1 issue)

Labels
Severity
1
<img id="pagantis_logo" src="<?php echo esc_url($logo); ?>" />
0 ignored issues
show
The function esc_url was not found. Maybe you did not declare it correctly or list all dependencies? ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-call  annotation

1
<img id="pagantis_logo" src="<?php echo /** @scrutinizer ignore-call */ esc_url($logo); ?>" />
Loading history...
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