PluginProbe
WP Coder – Insert & Manage Code Snippets / 1.1
WP Coder – Insert & Manage Code Snippets v1.1
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/extension.php +20 -85 2.5.41.1 View file →
@@ -1,87 +1,22 @@
1 -<?php if ( ! defined( 'ABSPATH' ) ) {
2 - exit;
3 -}
4 -/**
5 - * Extansion version
6 - *
7 - * @package Lead_Generation
8 - * @subpackage
9 - * @copyright Copyright (c) 2018, Dmytro Lobov
10 - * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
11 - * @since 1.0
12 - */
13 -?>
1 +<div class="wow-admin-col">
2 + <div class="wow-admin-col-12">
3 + <p style="font-size:36px; margin-top:15px; padding-top:0px;">ADDITIONAL OPTIONS IN PRO VERSION <br/>
4 + <a href="https://wow-estore.com/item/wp-coder-extension/" target="_blank" class="wow-btn">GET PRO VERSION <i class="fa fa-download"></i></a>
5 + </p>
6 + </div>
7 +</div>
14 8
9 +<div class="wow-admin-col" style="font-size:18px;">
10 +
11 + <div class="wow-admin-col-12 wow-futures">
12 +
13 + <ul>
14 + <li>Show depending on language (allows creating multi-language)</li>
15 + <li>Show depending on user (for all users, only for logged-in users, only for not logged-in users, user role)</li>
16 + <li>Show on the selected pages (all page, exclude page, taxonomy page)</li>
17 +
18 + </ul>
19 +
20 + </div>
21 +</div>
15 22
16 -<div class="about-wrap wow-support">
17 - <div class="feature-section one-col">
18 - <div class="col">
19 -
20 - <p>GET MORE FEATURES WITH THE PLUGIN EXTENSION.</p>
21 -
22 - <p><a href="<?php echo esc_url($this->pro_url); ?>" target="_blank" class="wow-btn">Get Pro Version</a></p>
23 -
24 - <p>ADDITIONAL OPTIONS IN PRO VERSION:</p>
25 -
26 - <div class="items itembox">
27 - <div class="item-title">
28 - <span class="faq-title">Devices control</span>
29 - </div>
30 - <div class="inside" style="display: none;">
31 - <p>Test if the current browser runs on a mobile device (smartphone, tablet, etc.) or desktop and
32 - displays the code on the frontend
33 - </p>
34 - </div>
35 - </div>
36 -
37 - <div class="items itembox">
38 - <div class="item-title">
39 - <span class="faq-title">User Target</span>
40 - </div>
41 - <div class="inside" style="display: none;">
42 - <p>You can customize display the item on the page depending on the role of the user who is on the
43 - site. You can configure targeting for such user groups:</p>
44 - <ul>
45 - <li>All users;</li>
46 - <li>Unauthorized users;</li>
47 - <li>Authorized users;</li>
48 - <li>The role of the authorized user on the site;</li>
49 - </ul>
50 - </div>
51 - </div>
52 -
53 - <div class="items itembox">
54 - <div class="item-title">
55 - <span class="faq-title">Multi language</span>
56 - </div>
57 - <div class="inside" style="display: none;">
58 - <p>The condition for display the item depending on the language of the site.</p>
59 - <p>It is good to use if you have a website in several languages and you need to show different
60 - elements for a different language.</p>
61 - </div>
62 - </div>
63 -
64 - <div class="items itembox">
65 - <div class="item-title">
66 - <span class="faq-title">Target to content</span>
67 - </div>
68 - <div class="inside" style="display: none;">
69 - <p>Choose a condition to target your item to specific content or various other segments. You can
70 - display the item on:</p>
71 - <ul>
72 - <li>All posts and pages;</li>
73 - <li>Only posts;</li>
74 - <li>Only pages;</li>
75 - <li>Posts with certain IDs;</li>
76 - <li>Pages with certain IDs;</li>
77 - <li>Posts in Categorys with IDs;</li>
78 - <li>All posts, except;</li>
79 - <li>All pages, except;</li>
80 - <li>Taxonomy;</li>
81 - </ul>
82 - </div>
83 - </div>
84 - </div>
85 -
86 - </div>
87 -</div>