PluginProbe
WP Coder – Insert & Manage Code Snippets / 2.5.6
WP Coder – Insert & Manage Code Snippets v2.5.6
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 +105 -78 2.4.12.5.6 View file →
@@ -12,95 +12,122 @@
12 12 if ( ! defined( 'ABSPATH' ) ) {
13 13 exit;
14 14 }
15 15
16 -$items = get_transient( 'wow_items_code' );
17 -$items = false;
18 -
19 -if ( $items == false ) {
20 - $url = 'https://wow-estore.com/a-plugins/';
21 - $request_args = array(
22 - 'method' => 'POST',
23 - 'timeout' => 20,
24 - 'redirection' => 5,
25 - 'httpversion' => '1.0',
26 - 'blocking' => true,
27 - 'headers' => array(
28 - 'content-type' => 'application/json'
29 - ),
30 - 'body' => '',
31 - );
32 - $request = wp_remote_post( $url, $request_args );
33 - $items = unserialize( $request['body'] );
34 - set_transient( 'wow_items_code', $items, 604800 );
35 -}
36 16 ?>
37 17 <style>
38 - .height_screen {
39 - height: 270px;
40 - background: #fff;
41 - }
18 + .height_screen {
19 + height: 320px;
20 + background: #fff;
21 + }
42 22
43 - .height_screen img {
44 - max-width: 100%;
45 - }
23 + .height_screen img {
24 + max-width: 100%;
25 + }
46 26
47 - .height_screen span {
48 - padding: 10px;
49 - font-size: 16px;
50 - font-weight: 500;
51 - display: block;
52 - }
27 + .height_screen span {
28 + padding: 10px;
29 + font-size: 16px;
30 + font-weight: 500;
31 + display: block;
32 + }
53 33
54 - .height_screen a {
55 - color: #000;
56 - text-decoration: none;
57 - }
34 + .height_screen a {
35 + color: #000;
36 + text-decoration: none;
37 + }
58 38
59 - .themes {
60 - overflow: hidden;
61 - }
39 + .themes {
40 + overflow: hidden;
41 + }
62 42
63 - .theme-actions {
64 - background: rgba(244, 244, 244, 1) !important;
65 - }
43 + .theme-actions {
44 + background: rgba(244, 244, 244, 1) !important;
45 + }
66 46
67 - .install {
68 - float: right;
69 - }
47 + .install {
48 + float: right;
49 + }
70 50 </style>
71 -<h3>Several plugins below has free and pro versions you can install it and hopefully useful. Enjoy it.</h3>
72 51
52 +<h3>Have any idea about CSS and JS item? Write us now on email yoda@wow-company.com or via Support page.</h3>
53 +
73 54 <div class="theme-browser">
74 - <div class="themes">
75 - <?php
76 - $image = 'https://wow-estore.com/a-plugins/img/';
77 - foreach ( $items as $key => $value ) { ?>
55 + <div class="themes">
78 56
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">
95 - <?php if ( ! empty( $value[3] ) ) : ?>
96 - <a class="button activate" href="<?php echo esc_url( $value[3] ); ?>">Try FREE</a>
97 - <?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>
104 - <?php } ?>
105 - </div>
57 + <div class="theme">
58 + <div class="height_screen">
59 + <a target="_blank" href="https://wow-estore.com/item/jquery-counters/">
60 + <img src="<?php echo esc_url($this->plugin_url);?>assets/img/jq-counter.png">
61 + <span>Increasing the Conversion of Purchases via any Counters, Countdowns and Timers</span>
62 + </a>
63 + </div>
64 + <div class="theme-author"></div>
65 + <div class="theme-id-container">
66 + <h2 class="theme-name">
67 + <span>jQuery Counters</span>
68 + </h2>
69 + <div class="theme-actions">
70 + <a class="button activate" href="https://wow-estore.com/item/jquery-counters/">Get Now</a>
71 +
72 + </div>
73 + </div>
74 + </div>
75 +
76 + <div class="theme">
77 + <div class="height_screen">
78 + <a target="_blank" href="https://wow-estore.com/item/jquery-popup-notifications/">
79 + <img src="<?php echo esc_url($this->plugin_url);?>assets/img/jq-notification.jpg">
80 + <span>Create and show fake notifications to motivate users to take action on your site.</span>
81 + </a>
82 + </div>
83 + <div class="theme-author"></div>
84 + <div class="theme-id-container">
85 + <h2 class="theme-name">
86 + <span>jQuery Popup Notifications</span>
87 + </h2>
88 + <div class="theme-actions">
89 + <a class="button activate" href="https://wow-estore.com/item/jquery-popup-notifications/">Get Now</a>
90 +
91 + </div>
92 + </div>
93 + </div>
94 +
95 + <div class="theme">
96 + <div class="height_screen">
97 + <a target="_blank" href="https://wow-estore.com/item/side-menu-pure-css/">
98 + <img src="<?php echo esc_url($this->plugin_url);?>assets/img/side-menu-css.jpg">
99 + <span>Easily create Side Menu of varying complexity</span>
100 + </a>
101 + </div>
102 + <div class="theme-author"></div>
103 + <div class="theme-id-container">
104 + <h2 class="theme-name">
105 + <span>CSS Side menu</span>
106 + </h2>
107 + <div class="theme-actions">
108 + <a class="button activate" href="https://wow-estore.com/item/side-menu-pure-css/">Get Now</a>
109 +
110 + </div>
111 + </div>
112 + </div>
113 +
114 + <div class="theme">
115 + <div class="height_screen">
116 + <a target="_blank" href="https://wow-estore.com/item/floating-action-buttons/">
117 + <img src="<?php echo esc_url($this->plugin_url);?>assets/img/floating-button-css.jpg">
118 + <span>Easily create a floating button with any functions</span>
119 + </a>
120 + </div>
121 + <div class="theme-author"></div>
122 + <div class="theme-id-container">
123 + <h2 class="theme-name">
124 + <span>CSS Floating Action Buttons</span>
125 + </h2>
126 + <div class="theme-actions">
127 + <a class="button activate" href="https://wow-estore.com/item/floating-action-buttons/">Get Now</a>
128 +
129 + </div>
130 + </div>
131 + </div>
132 + </div>
106 133 </div>