PluginProbe ʕ •ᴥ•ʔ
Download Manager / trunk
Download Manager vtrunk
3.3.62 3.3.61 3.3.60 3.3.59 3.3.58 3.3.57 3.3.56 trunk 2.1.3 2.3.0 2.5.96 2.5.97 2.6.2 2.6.96 2.8.3 2.9.99 3.0.4 3.1.05 3.1.07 3.1.08 3.1.11 3.1.12 3.1.14 3.1.17 3.1.18 3.1.22 3.1.23 3.1.24 3.1.25 3.1.26 3.1.27 3.1.28 3.2.04 3.2.13 3.2.14 3.2.16 3.2.18 3.2.19 3.2.21 3.2.22 3.2.23 3.2.24 3.2.25 3.2.27 3.2.28 3.2.29 3.2.30 3.2.31 3.2.32 3.2.33 3.2.34 3.2.35 3.2.37 3.2.38 3.2.39 3.2.40 3.2.41 3.2.42 3.2.43 3.2.44 3.2.45 3.2.46 3.2.47 3.2.48 3.2.49 3.2.50 3.2.51 3.2.52 3.2.53 3.2.54 3.2.55 3.2.56 3.2.57 3.2.58 3.2.59 3.2.60 3.2.61 3.2.63 3.2.64 3.2.65 3.2.66 3.2.67 3.2.68 3.2.69 3.2.70 3.2.71 3.2.72 3.2.73 3.2.74 3.2.75 3.2.76 3.2.77 3.2.78 3.2.79 3.2.80 3.2.81 3.2.82 3.2.83 3.2.84 3.2.85 3.2.86 3.2.87 3.2.88 3.2.89 3.2.90 3.2.91 3.2.92 3.2.93 3.2.94 3.2.95 3.2.96 3.2.97 3.2.98 3.2.99 3.3.00 3.3.01 3.3.02 3.3.03 3.3.04 3.3.05 3.3.06 3.3.07 3.3.08 3.3.09 3.3.10 3.3.11 3.3.12 3.3.13 3.3.14 3.3.15 3.3.16 3.3.17 3.3.18 3.3.19 3.3.20 3.3.21 3.3.22 3.3.23 3.3.24 3.3.25 3.3.26 3.3.27 3.3.28 3.3.29 3.3.30 3.3.31 3.3.32 3.3.33 3.3.34 3.3.35 3.3.36 3.3.37 3.3.38 3.3.39 3.3.40 3.3.41 3.3.42 3.3.43 3.3.44 3.3.45 3.3.46 3.3.47 3.3.48 3.3.49 3.3.50 3.3.51 3.3.52 3.3.53 3.3.54 3.3.55
download-manager / src / Admin / views / admin-footer.php
download-manager / src / Admin / views Last commit date
asset-manager 5 years ago dashboard-widgets 6 months ago metaboxes 1 week ago settings 4 months ago stats 1 week ago templates 1 week ago addons-list.php 1 week ago admin-footer.php 2 months ago admin-head.php 2 years ago edit-store-profile.php 5 years ago iconfinder.php 2 years ago page-header.php 6 months ago settings.php 6 months ago stats.php 6 months ago welcome.php 6 months ago
admin-footer.php
123 lines
1 <?php
2 if(!defined('ABSPATH')) die('Dream more!');
3 ?><div id="wpdmpro-intro" style="display: none">
4
5 <div class="xcard" id="wpdmpro_notice">
6 <div class="xcontent">
7 <a href="#" id="wnxclose">Dismiss</a>
8 <h2>Thanks for choosing WordPress Download Manager</h2>
9 You may check the pro version for multi-file package, front-end administration, email lock and 100+ other awesome features
10 </div>
11 <div class="xbtn">
12 <a target="_blank" href="https://www.wpdownloadmanager.com/pricing/"
13 class="btx">
14 Show Me
15 </a>
16 </div>
17 </div>
18 </div>
19 <style>
20 #wpdmpro_notice {
21 padding: 20px;
22 box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
23 margin: 20px 0;
24 width: calc(100% - 40px);
25 max-width: calc(100% - 40px);
26 border: 0;
27 display: flex;
28 grid-template-columns: 1fr 150px;
29 background: #ffffff;
30 }
31
32 #wpdmpro_notice .xcontent{
33 flex: 4;
34 position: relative;
35 background: url('<?php echo WPDM_BASE_URL ?>assets/images/wpdm-logo.png') left center no-repeat;
36 background-size: contain;
37 padding-left: 60px
38 }
39
40 #wpdmpro_notice .xbtn {
41 width: 200px;
42 min-width: 200px;
43 align-content: center;
44 display: grid;
45 }
46
47 #wpdmpro_notice h2 {
48 margin: 5px 0 5px;
49 }
50
51 #wpdmpro_notice .xbtn .btx {
52 padding: 15px 20px;
53 color: #ffffff;
54 font-weight: 600;
55 text-decoration: none;
56 display: block;
57 text-align: center;
58 position: relative;
59 border-radius: 5px;
60 background: linear-gradient(135deg, #518dff 0%, #22c1ff 100%);
61 border: 0;
62 transition: all ease-in-out 300ms;
63 box-shadow: 0 0 10px rgba(0, 100, 255, 0.57);
64 margin: 0 5px;
65 text-transform: uppercase;
66 letter-spacing: 1px;
67 }
68
69 #wpdmpro_notice .xbtn .btx:hover {
70 transition: all ease-in-out 300ms;
71 box-shadow: 0 0 15px rgba(0, 100, 255, 0.8);
72 opacity: 0.85;
73 transform: scale(1.01);
74 }
75
76 #wnxclose {
77 position: absolute;
78 text-decoration: none;
79 color: #fff;
80 background: linear-gradient(135deg, #ff7432 19%, #f81c7f 90%);
81 font-size: 9px;
82 padding: 3px 10px;
83 top: 0;
84 z-index: 999;
85 left: 0;
86 text-transform: uppercase;
87 letter-spacing: 1px;
88 margin-top: -31px;
89 opacity: 0;
90 border-radius: 500px;
91 transition: all ease-in-out 500ms;
92 }
93
94 #wpdmpro_notice:hover #wnxclose {
95 opacity: 1;
96 transition: all ease-in-out 500ms;
97 }
98 </style>
99 <script>
100 jQuery(function ($) {
101 <?php if(!get_option('__wpdm_ping', false)) {
102 $domain = parse_url(home_url(), PHP_URL_HOST);
103 ?>
104 if (pagenow === 'edit-wpdmpro') {
105 //$('#wpfooter').append("<img src='https://wpdm.online/d/<?= $domain; ?>/<?= WPDM_VERSION; ?>' alt='' />");
106 }
107 <?php
108 update_option('__wpdm_ping', time(), true);
109 } ?>
110 if (pagenow === 'dashboard') {
111 $('#dashboard-widgets-wrap').before($('#wpdmpro-intro').html());
112 }
113 if (pagenow === 'edit-wpdmpro') {
114 $('.wp-header-end').before($('#wpdmpro-intro').html());
115 }
116 $('#wnxclose').on('click', function (e) {
117 e.preventDefault();
118 $('#wpdmpro_notice').fadeOut();
119 $.get(ajaxurl, {__wpnnonce: '<?php echo wp_create_nonce(WPDM_PUB_NONCE)?>', action: 'hide_wpdmpro_notice'});
120 });
121 });
122 </script>
123