| @@ -12,11 +12,11 @@ | ||
| 12 | 12 | |
| 13 | 13 | ?> |
| 14 | 14 | |
| 15 | 15 | <div class="notice notice-info basalam-notice-flex" id="sync_basalam_like_alert"> |
| 16 | - <input type="hidden" id="sync_basalam_remind_later_review_nonce" value="<?php echo wp_create_nonce('sync_basalam_remind_later_review_nonce'); ?>"> | |
| 17 | - <input type="hidden" id="sync_basalam_never_remind_review_nonce" value="<?php echo wp_create_nonce('sync_basalam_never_remind_review_nonce'); ?>"> | |
| 18 | - <input type="hidden" id="sync_basalam_submit_review_nonce" value="<?php echo wp_create_nonce('sync_basalam_submit_review_nonce'); ?>"> | |
| 16 | + <input type="hidden" id="sync_basalam_remind_later_review_nonce" value="<?php echo esc_attr(wp_create_nonce('sync_basalam_remind_later_review_nonce')); ?>"> | |
| 17 | + <input type="hidden" id="sync_basalam_never_remind_review_nonce" value="<?php echo esc_attr(wp_create_nonce('sync_basalam_never_remind_review_nonce')); ?>"> | |
| 18 | + <input type="hidden" id="sync_basalam_submit_review_nonce" value="<?php echo esc_attr(wp_create_nonce('sync_basalam_submit_review_nonce')); ?>"> | |
| 19 | 19 | <p class="basalam-p"> |
| 20 | 20 | در صورتی که از عملکرد پلاگین ووسلام رضایت دارید، لطفا از ما در جعبه ابزار باسلام حمایت کنید. |
| 21 | 21 | </p> |
| 22 | 22 | <button type="button" id="sync_basalam_support_btn" class="button-primary basalam-p">حمایت</button> |