| @@ -48,9 +48,9 @@ | ||
| 48 | 48 | </table> |
| 49 | 49 | </div> |
| 50 | 50 | |
| 51 | 51 | <div class="migration-actions" style="margin-top: 20px;"> |
| 52 | - <a href="<?php echo admin_url('admin.php?page=easy-invoice'); ?>" class="button button-primary"> | |
| 52 | + <a href="<?php echo esc_url(admin_url('admin.php?page=easy-invoice')); ?>" class="button button-primary"> | |
| 53 | 53 | <span class="dashicons dashicons-dashboard"></span> Go to Dashboard |
| 54 | 54 | </a> |
| 55 | 55 | <button id="view-migration-log" class="button button-secondary"> |
| 56 | 56 | <span class="dashicons dashicons-list-view"></span> View Migration Log |