C:\xampp\htdocs\landing\wp-content\plugins\js_composer\include\templates\pages\vc-settings\tab.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?php
if ( ! defined'ABSPATH' ) ) {
    die( 
'-1' );
}
$tab esc_attrpreg_replace'/^vc\-/'''$page->getSlug() ) );
$use_custom get_optionvc_settings()->getFieldPrefix() . 'use_custom' );
$css = ( ( 'color' === $tab ) && $use_custom ) ? ' color_enabled' '';
$dev_environment vc_license()->isDevEnvironment();
$license_key vc_license()->getLicenseKey();

$classes 'vc_settings-tab-content vc_settings-tab-content-active ' esc_attr$css );
$custom_tag 'script';
?>
<<?php echo esc_attr$custom_tag ); ?>>
    window.vcAdminNonce = '<?php echo esc_jsvc_generate_nonce'vc-admin-nonce' ) ); ?>';
</<?php echo esc_attr$custom_tag ); ?>>
<?php if ( 'updater' === $tab && $dev_environment && ! vc_license()->isActivated() ) : ?>
    <br/>
    <div class="updated vc_updater-result-message">
        <p>
            <strong>
                <?php esc_html_e'It is optional to activate license on localhost development environment. You can still activate license on localhost to receive plugin updates and get access to template library.''js_composer' ); ?>
            </strong>
        </p>
    </div>
<?php endif ?>

<form action="options.php"
        method="post"
        id="vc_settings-<?php echo esc_attr$tab ); ?>"
        data-vc-ui-element="settings-tab-<?php echo esc_attr$tab ); ?>"
        class="<?php echo esc_attr$classes ); ?>"
        <?php echo apply_filters'vc_setting-tab-form-' esc_attr$tab ), '' ); ?>
>
    <?php settings_fieldsvc_settings()->getOptionGroup() . '_' $tab ); ?>
    <?php do_settings_sectionsvc_settings()->page() . '_' $tab ); ?>
    <?php if ( 'general' === $tab && vc_pointers_is_dismissed() ) : ?>
        <table class="form-table">
            <tr>
                <th scope="row"><?php esc_html_e'Guide tours''js_composer' ); ?></th>
                <td>
                    <a href="#" class="button vc_pointers-reset-button"
                            id="vc_settings-vc-pointers-reset"
                            data-vc-done-txt="<?php esc_attr_e'Done''js_composer' ); ?>"><?php esc_html_e'Reset''js_composer' ); ?></a>

                    <p
                            class="description indicator-hint"><?php esc_html_e'Guide tours are shown in WPBakery editors to help you to start working with editors. You can see them again by clicking button above.''js_composer' ); ?></p>
                </td>
            </tr>
        </table>
    <?php endif ?>

    <?php

    $submit_button_attributes 
= array();
    
$submit_button_attributes apply_filters'vc_settings-tab-submit-button-attributes'$submit_button_attributes$tab );
    
$submit_button_attributes apply_filters'vc_settings-tab-submit-button-attributes-' $tab$submit_button_attributes$tab );

    
?>

    <?php if ( 'updater' !== $tab ) : ?>
        <?php submit_buttonesc_html__'Save Changes''js_composer' ), 'primary''submit_btn'true$submit_button_attributes ); ?>
    <?php endif ?>

    <input type="hidden" name="vc_action" value="vc_action-<?php echo esc_attr$tab ); ?>"
            id="vc_settings-<?php echo esc_attr$tab ); ?>-action"/>

    <?php if ( 'color' === $tab ) : ?>
        <a href="#" class="button vc_restore-button" id="vc_settings-color-restore-default">
            <?php echo esc_html__'Restore Default''js_composer' ); ?>
        </a>
    <?php endif ?>

    <?php if ( 'updater' === $tab ) : ?>

        <div class="vc_settings-activation-deactivation">
            <?php if ( vc_license()->isActivated() ) : ?>
                <p>
                    <?php echo esc_html__'You have activated WPBakery Page Builder version which allows you to access all the customer benefits. Thank you for choosing WPBakery Page Builder as your page builder. If you do not wish to use WPBakery Page Builder on this WordPress site you can deactivate your license below.''js_composer' ); ?>
                </p>

                <br/>

                <p>
                    <button
                            class="button button-primary button-hero button-updater"
                            data-vc-action="deactivation"
                            type="button"
                            id="vc_settings-updater-button">
                        <?php echo esc_html__'Deactivate WPBakery Page Builder''js_composer' ); ?>
                    </button>

                    <img src="<?php echo esc_urlget_admin_url() ); ?>/images/wpspin_light.gif" class="vc_updater-spinner"
                            id="vc_updater-spinner" width="16" height="16" alt="spinner"/>
                </p>

            <?php else : ?>

                <p>
                    <?php echo sprintfesc_html__'In order to receive all benefits of WPBakery Page Builder, you need to activate your copy of the plugin. By activating WPBakery Page Builder license you will unlock premium options - %1$sdirect plugin updates%2$s, access to %1$stemplate library%2$s and %1$sofficial support.%2$s''js_composer' ), '<strong>''</strong>' ); ?>
                </p>

                <br/>

                <p>
                    <button
                            class="button button-primary button-hero button-updater"
                            data-vc-action="activation"
                            type="button"
                            id="vc_settings-updater-button">
                        <?php echo esc_html__'Activate WPBakery Page Builder''js_composer' ); ?>
                    </button>

                    <img src="<?php echo esc_urlget_admin_url() ); ?>/images/wpspin_light.gif" class="vc_updater-spinner"
                            id="vc_updater-spinner" width="16" height="16" alt="spinner"/>
                </p>

                <p class="description">
                    <?php printfesc_html__'Don\'t have direct license yet? %sPurchase WPBakery Page Builder license%s.''js_composer' ), '<a href="' esc_url'https://go.wpbakery.com/wpb-buy' ) . '" target="_blank">''</a>' ); ?>
                </p>

            <?php endif ?>
        </div>

    <?php endif ?>
</form>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586