| @@ -54,9 +54,9 @@ | ||
| 54 | 54 | public function footerHandler() { |
| 55 | 55 | $bvfooter = $this->settings->getOption($this->bvinfo->badgeinfo); |
| 56 | 56 | if ($bvfooter) { |
| 57 | 57 | echo '<div style="max-width:150px;min-height:70px;margin:0 auto;text-align:center;position:relative;"> |
| 58 | - <a href='.esc_url($bvfooter['badgeurl']).' target="_blank" ><img src="'.esc_url(plugins_url($bvfooter['badgeimg'], __FILE__)).'" alt="'.esc_attr($bvfooter['badgealt']).'" /></a></div>'; | |
| 58 | + <a href='.$bvfooter['badgeurl'].' target="_blank" ><img src="'.plugins_url($bvfooter['badgeimg'], __FILE__).'" alt="'.$bvfooter['badgealt'].'" /></a></div>'; | |
| 59 | 59 | } |
| 60 | 60 | } |
| 61 | 61 | } |
| 62 | 62 | endif; |