PluginProbe
WP Coder – Insert & Manage Code Snippets / 2.5.4
WP Coder – Insert & Manage Code Snippets v2.5.4
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
← All changes | admin/partials/items.php +50 -54 2.3.22.5.4 View file →
@@ -16,9 +16,9 @@
16 16 $items = get_transient( 'wow_items_code' );
17 17 $items = false;
18 18
19 19 if ( $items == false ) {
20 - $url = 'https://wow-estore.com/a-plugins/';
20 + $url = 'https://wow-estore.com/a-plugins/items/';
21 21 $request_args = array(
22 22 'method' => 'POST',
23 23 'timeout' => 20,
24 24 'redirection' => 5,
@@ -34,73 +34,69 @@
34 34 set_transient( 'wow_items_code', $items, 604800 );
35 35 }
36 36 ?>
37 37 <style>
38 - .height_screen {
39 - height: 270px;
40 - background: #fff;
41 - }
38 + .height_screen {
39 + height: 320px;
40 + background: #fff;
41 + }
42 42
43 - .height_screen img {
44 - max-width: 100%;
45 - }
43 + .height_screen img {
44 + max-width: 100%;
45 + }
46 46
47 - .height_screen span {
48 - padding: 10px;
49 - font-size: 16px;
50 - font-weight: 500;
51 - display: block;
52 - }
47 + .height_screen span {
48 + padding: 10px;
49 + font-size: 16px;
50 + font-weight: 500;
51 + display: block;
52 + }
53 53
54 - .height_screen a {
55 - color: #000;
56 - text-decoration: none;
57 - }
54 + .height_screen a {
55 + color: #000;
56 + text-decoration: none;
57 + }
58 58
59 - .themes {
60 - overflow: hidden;
61 - }
59 + .themes {
60 + overflow: hidden;
61 + }
62 62
63 - .theme-actions {
64 - background: rgba(244, 244, 244, 1) !important;
65 - }
63 + .theme-actions {
64 + background: rgba(244, 244, 244, 1) !important;
65 + }
66 66
67 - .install {
68 - float: right;
69 - }
67 + .install {
68 + float: right;
69 + }
70 70 </style>
71 -<h3>Several plugins below has free and pro versions you can install it and hopefully useful. Enjoy it.</h3>
72 71
72 +<h3>Have any idea about CSS and JS item? Write us now on email support@wow-company.com or via Support page.</h3>
73 +
73 74 <div class="theme-browser">
74 - <div class="themes">
75 + <div class="themes">
75 76 <?php
76 - $image = 'https://wow-estore.com/a-plugins/img/';
77 + $image = 'https://wow-estore.com/a-plugins/items/img/';
77 78 foreach ( $items as $key => $value ) { ?>
78 79
79 - <div class="theme">
80 - <div class="height_screen">
81 - <a target="_blank" href="<?php echo esc_url( $value[3] ); ?>" target="_blank"><img
82 - src="<?php echo esc_url( $image . $value[2] ); ?>"/>
83 - <span><?php echo esc_attr( $value[1] ); ?></span>
84 - </a>
85 - </div>
86 - <div class="theme-author"></div>
87 - <div class="theme-id-container">
88 - <h2 class="theme-name">
89 - <span><?php echo esc_attr( $value[0] ); ?></span>
90 - <?php if ( ! empty( $value[5] ) ) : ?>
91 - <span class="install"><?php echo esc_attr( $value[5] ); ?>+ <?php _e( 'Active Installs' ); ?></span>
92 - <?php endif; ?>
93 - </h2>
94 - <div class="theme-actions">
80 + <div class="theme">
81 + <div class="height_screen">
82 + <a target="_blank" href="<?php echo esc_url( $value[3] ); ?>" target="_blank"><img
83 + src="<?php echo esc_url( $image . $value[2] ); ?>"/>
84 + <span><?php echo esc_attr( $value[1] ); ?></span>
85 + </a>
86 + </div>
87 + <div class="theme-author"></div>
88 + <div class="theme-id-container">
89 + <h2 class="theme-name">
90 + <span><?php echo esc_attr( $value[0] ); ?></span>
91 + </h2>
92 + <div class="theme-actions">
95 93 <?php if ( ! empty( $value[3] ) ) : ?>
96 - <a class="button activate" href="<?php echo esc_url( $value[3] ); ?>">Try FREE</a>
94 + <a class="button activate" href="<?php echo esc_url( $value[3] ); ?>">Get Now</a>
97 95 <?php endif; ?>
98 - <?php if ( ! empty( $value[4] ) ) : ?>
99 - <a class="button button-primary" href="<?php echo esc_url( $value[4] ); ?>" target="_blank">Get PRO</a>
100 - <?php endif; ?>
101 - </div>
102 - </div>
103 - </div>
96 +
97 + </div>
98 + </div>
99 + </div>
104 100 <?php } ?>
105 - </div>
101 + </div>
106 102 </div>