PluginProbe
ووسلام – همگام سازی ووکامرس و باسلام / 1.8.5
ووسلام – همگام سازی ووکامرس و باسلام v1.8.5
1.10.19 1.10.20 1.10.18 1.10.17 1.10.15 1.10.14 1.10.13 1.10.12 1.10.10 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.2 1.9.1 1.9.0 1.8.8 1.8.5 1.8.6 All 53 releases
sync-basalam / templates / notifications / ForceUpdateAlert.php

ForceUpdateAlert.php in ووسلام – همگام سازی ووکامرس و باسلام 1.8.5, at templates/notifications/ForceUpdateAlert.php

43 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 defined('ABSPATH') || exit;
3
4 $plugin_file = 'sync-basalam/sync-basalam.php';
5
6 $update_url = wp_nonce_url(
7 self_admin_url('update.php?action=upgrade-plugin&plugin=' . urlencode($plugin_file)),
8 'upgrade-plugin_' . $plugin_file
9 );
10 ?>
11
12 <div class="notice notice-error basalam-notice-flex" style="border-left: 4px solid #dc3232; padding: 15px; background: #fff; border-radius: 4px;">
13 <div style="display: flex; align-items: center; gap: 15px;">
14 <div style="font-size: 24px;">⚠️</div>
15 <div style="flex: 1;">
16 <h3 style="margin: 0 0 10px 0; color: #dc3232; font-size: 16px;">
17 <strong>هشدار: آپدیت فوری افزونه ووسلا�
18 </strong>
19 </h3>
20 <p style="margin: 0; color: #444; line-height: 1.6;">
21 افزونه ووسلا�
22 نیاز�
23 ند <strong>آپدیت فوری</strong> است.
24 تا ز�
25 انی که آپدیت انجا�
26 نشود، <b>ت�
27 ا�
28 ی قابلیت‌های ووسلا�
29 غیرفعال �
30 ی‌باشد</b>.
31 لطفاً روی دک�
32 ه زیر کلیک کنید تا افزونه آپدیت شود.
33 </p>
34 </div>
35 <div>
36 <a href="<?php echo esc_url($update_url); ?>" class="button-primary" style="padding: 10px 20px; font-size: 14px; height: auto; display: inline-block; text-decoration: none; line-height: normal;">
37 ه�
38 ‌اکنون به‌روزرسانی ن�
39 ایید
40 </a>
41 </div>
42 </div>
43 </div>