Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by http://DeZender.Net
- * @ deZender (PHP7 Decoder for ionCube Encoder)
- *
- * @ Version : 5.0.0.0
- * @ Author : DeZender
- * @ Release on : 14.12.2021
- * @ Official site : http://DeZender.Net
- *
- */
- defined('ABSPATH') || exit('Access Restricted');
- $this->settings['general-001'] = ['section' => 'general', 'title' => '', 'desc' => __('General', MWP_TEXT_DOMAIN), 'type' => 'heading'];
- $this->settings['favicon'] = ['section' => 'general', 'title' => __('Site Favicon', MWP_TEXT_DOMAIN), 'desc' => __('Upload a favicon image (16 x 16px) .png or .ico - <a target="_blank" href="https://store.mwordpress.net/how-to-change-theme-favicon/">need help</a>', MWP_TEXT_DOMAIN), 'type' => 'upload', 'class' => 'plus-button', 'std' => ''];
- $this->settings['google-analytics-type'] = [
- 'section' => 'general',
- 'title' => __('Google Analytics - Code type', MWP_TEXT_DOMAIN),
- 'desc' => '',
- 'class' => 'to-labelauty',
- 'type' => 'radio-j',
- 'std' => '1',
- 'choices' => [1 => 'analytics.js', 2 => 'gtag.js']
- ];
- $this->settings['google-analytics'] = ['title' => __('Google Analytics', MWP_TEXT_DOMAIN), 'desc' => __('Tracking Code Example : UA-00042521-6 <br> Follow the instructions in the following link <a target="_blank" href="https://store.mwordpress.net/google-analytics-documentation/">Google Analytics Documentation</a>', MWP_TEXT_DOMAIN), 'std' => '', 'type' => 'text', 'section' => 'general'];
- $this->settings['alexa_atrk_acct'] = ['title' => __('Alexa Certify : Account ID', MWP_TEXT_DOMAIN), 'desc' => __('Tracking Code Example : HdpHq1DlQy2546 <br> Follow the instructions in the following link <a target="_blank" href="https://store.mwordpress.net/alexa-certify-documentation/">Alexa Certify</a>', MWP_TEXT_DOMAIN), 'std' => '', 'type' => 'text', 'section' => 'general'];
- $this->settings['alexa_domain'] = ['title' => __('Alexa Certify : Domain Name', MWP_TEXT_DOMAIN), 'desc' => __('type your domain name Example : site.com', MWP_TEXT_DOMAIN), 'std' => '', 'type' => 'text', 'section' => 'general'];
- $this->settings['facebook-pixel'] = ['title' => __('Facebook Pixel ID', MWP_TEXT_DOMAIN), 'desc' => __('Add your facebook pixel ID', MWP_TEXT_DOMAIN), 'std' => '', 'type' => 'text', 'section' => 'general'];
- $this->settings['title-heading'] = ['section' => 'general', 'title' => '', 'desc' => __('Header', MWP_TEXT_DOMAIN), 'type' => 'heading'];
- $this->settings['header-template'] = [
- 'section' => 'general',
- 'title' => __('Header template', MWP_TEXT_DOMAIN),
- 'desc' => '',
- 'std' => '2',
- 'type' => 'select',
- 'choices' => [1 => __('Style 1', MWP_TEXT_DOMAIN), 2 => __('Style 2', MWP_TEXT_DOMAIN)]
- ];
- $this->settings['logo-txt'] = ['title' => __('Logo Text', MWP_TEXT_DOMAIN), 'desc' => '', 'std' => '', 'type' => 'text', 'class' => 'text-input', 'section' => 'general'];
- $this->settings['logo-img'] = ['title' => __('Logo', MWP_TEXT_DOMAIN), 'desc' => '', 'std' => '', 'type' => 'upload', 'class' => 'plus-button text-input', 'section' => 'general'];
- $this->settings['logo-img-dark'] = ['title' => __('Logo (Dark Mode)', MWP_TEXT_DOMAIN), 'desc' => '', 'std' => '', 'type' => 'upload', 'class' => 'plus-button text-input', 'section' => 'general'];
- $this->settings['search-placeholder'] = ['title' => __('Search Placeholder', MWP_TEXT_DOMAIN), 'desc' => '', 'std' => '', 'type' => 'text', 'class' => 'text-input', 'section' => 'general'];
- $this->settings['display-login'] = ['section' => 'general', 'title' => __('Log in'), 'desc' => '', 'type' => 'checkbox', 'std' => 1];
- $this->settings['general-002'] = ['section' => 'general', 'title' => '', 'desc' => __('Home & Archive', MWP_TEXT_DOMAIN), 'type' => 'heading'];
- $this->settings['home-type'] = [
- 'section' => 'general',
- 'title' => __('Choose Home type', MWP_TEXT_DOMAIN),
- 'desc' => '',
- 'class' => 'to-labelauty',
- ............................................................................
- ..................................................
- ...............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement