X7ROOT File Manager
Current Path:
/home/katmhsmi/katrynrose.com/wp-content/plugins/oxygen
home
/
katmhsmi
/
katrynrose.com
/
wp-content
/
plugins
/
oxygen
/
📁
..
📁
component-framework
📄
credits.txt
(10.53 KB)
📄
functions.php
(10.41 KB)
📄
wpml-config.xml
(642 B)
Editing: functions.php
<?php /* Plugin Name: Oxygen Author: Soflyy Author URI: https://oxygenbuilder.com Description: If you can do it with WordPress, you can design it with Oxygen. Version: 4.8.1 Text Domain: oxygen Update URI: oxygenbuilder.com */ define("CT_VERSION", "4.8.1"); define("CT_FW_PATH", plugin_dir_path( __FILE__ ) . "component-framework" ); define("CT_FW_URI", plugin_dir_url( __FILE__ ) . "component-framework" ); define("CT_PLUGIN_MAIN_FILE", __FILE__ ); global $ct_ignore_post_types; $ct_ignore_post_types = array( 'attachment', 'revision', 'nav_menu_item', 'custom_css', 'customize_changeset', 'oembed_cache', 'ct_template', ); global $ct_component_categories; $ct_component_categories = array( 'Headers', 'Heros & Titles', 'Content', 'Showcase', 'Social Proof', 'People', 'Pricing', 'Call To Action', 'Contact', 'Sliders, Tabs, & Accordions', 'Blog', 'Footers' ); global $oxygen_vsb_classic_designsets; // to designate old design sets that do not use variable colors $oxygen_vsb_classic_designsets = array( 'atomic', 'saas2', 'hyperion', 'dentist', 'bnb', 'winery', 'onepage2', 'financial', 'freelance' ); global $fake_properties; $fake_properties = array( "alignment", "selector-locked", "url-encoded", "menu_dropdown_animation", "wp-query-advanced-preset", "icon-padding", 'overlay-color', 'background-position-left', 'background-position-top', 'background-size-width', 'background-size-height', "container-padding-top", "container-padding-right", "container-padding-bottom", "container-padding-left", "section-width", "custom-width", "header-width", "header-custom-width", "header-row-width", "header-row-custom-width", 'ct-content', "custom-css", "custom-js", "code-css", "code-php", "code-js", // ct_video related "video-padding-bottom", "use-custom", "custom-code", "embed-src", // ct_link_button related "button-style", "button-size", "button-color", "button-text-color", // background related "gradient", "background", "overlay-color", // ct_icon related "icon-size", "icon-style", "icon-color", "icon-background-color", // oxy_dynamic_list related "use-acf-repeater", "acf-repeater", "background-imagedynamic", "srcdynamic", "urldynamic", // condition builder related "globalConditionsResult", "conditionspreview", "conditionstype", "conditionsresult", "conditions", 'target', 'icon-id', "gutter", 'separator', 'date_format', 'size', 'meta_key', 'tag', 'url', 'src', 'alt', 'hover-color', 'border-all-color', 'border-all-style', 'border-all-width', 'function-name', 'friendly-name', 'flex-reverse', // new columns 'reverse-column-order', 'set-columns-width-50', 'stack-columns-vertically', // header 'stack-header-vertically', 'hide-row', 'sticky-media', 'overlay-header-above', 'hide-in-sticky', 'show-in-sticky-only', 'sticky-background-color', 'sticky-box-shadow', // nav menu 'menu-id', // video background "video-background", "video-background-media", "video-background-hide", // shadows "box-shadow-horizontal-offset", "box-shadow-vertical-offset", "box-shadow-blur", "box-shadow-spread", "box-shadow-color", "box-shadow-inset", "text-shadow-horizontal-offset", "text-shadow-vertical-offset", "text-shadow-blur", "text-shadow-color", // filter 'filter-amount-blur', 'filter-amount-brightness', 'filter-amount-contrast', 'filter-amount-grayscale', 'filter-amount-hue-rotate', 'filter-amount-invert', 'filter-amount-saturate', 'filter-amount-sepia', 'filter-amount-blur-unit', 'filter-amount-brightness-unit', 'filter-amount-contrast-unit', 'filter-amount-grayscale-unit', 'filter-amount-hue-rotate-unit', 'filter-amount-invert-unit', 'filter-amount-saturate-unit', 'filter-amount-sepia-unit', // tabs 'tabs-wrapper', 'tabs-contents-wrapper', 'active-tab-class', // pricing box 'amount-main', 'amount-decimal', 'amount-currency', 'amount-term', 'layout', 'sale-space-below', 'amount-currency-typography-font-size', 'amount-main-typography-font-size', 'amount-main-typography-line-height', 'amount-decimal-typography-font-size', 'amount-term-typography-font-size', 'sale-typography-font-size', 'sale-typography-color', 'pricing-box-content', 'typography-font-size', 'typography-color', 'set-image-fit-to-cover', // toggle 'toggle-active-class', // aos 'aos-type', 'aos-duration', 'aos-easing', 'aos-offset', 'aos-delay', 'aos-anchor', 'aos-anchor-placement', 'aos-once', 'aos-enable', // grid "grid-match-height-of-tallest-child", "grid-columns-auto-fit", "grid-column-count", "grid-column-min-width", "grid-column-max-width", "grid-column-gap", "grid-row-count", "grid-row-behavior", "grid-row-min-height", "grid-row-max-height", "grid-row-gap", "grid-justify-items", "grid-align-items", "grid", "grid-child-rules", "grid-all-children-rule", // image element "image-type", "attachment-size", // ct_image SRCSET related options 'attachment-url', 'attachment-height', 'attachment-width', ); // default failsafe $oxygen_vsb_default_source_sites = array( "composite-elements" => array('label' => 'Composite Elements', 'url' => "https://elements.oxy.host", 'accesskey' => "4zccZ9B5QyZg", 'system' => false), ); $oxygen_vsb_source_sites = array(); // enabled? $enable_default_source_sites = get_option('oxygen_vsb_enable_default_designsets'); $enable_3rdparty_source_sites = get_option('oxygen_vsb_enable_3rdp_designsets'); if($enable_default_source_sites == 'true') { $oxygen_vsb_default_source_sites = array( //"composite-elements" => array('label' => 'Composite Elements', 'url' => "http://oxygen-server.test/", 'accesskey' => "1koQttxtVeKa", 'system' => false), "composite-elements" => array('label' => 'Composite Elements', 'url' => "https://elements.oxy.host", 'accesskey' => "4zccZ9B5QyZg", 'system' => false), "atomic" => array('label' => 'Atomic', 'url' => "https://atomic.oxy.host", 'accesskey' => "", 'system' => true), "saas2" => array('label' => 'SAAS 2', 'url' => "https://saas2.oxy.host", 'accesskey' => "", 'system' => true), "hyperion" => array('label' => 'Hyperion', 'url' => "https://hyperion.oxy.host", 'accesskey' => "", 'system' => true), "dentist" => array('label' => 'Dentist', 'url' => "https://dentist.oxy.host", 'accesskey' => "", 'system' => true), "bnb" => array('label' => 'BnB', 'url' => "https://bnb.oxy.host", 'accesskey' => "", 'system' => true), "winery" => array('label' => 'Winery', 'url' => "https://winery.oxy.host", 'accesskey' => "", 'system' => true), "onepage2" => array('label' => 'One Page 2', 'url' => "https://onepage2.oxy.host", 'accesskey' => "", 'system' => true), "financial" => array('label' => 'Financial', 'url' => "https://financial.oxy.host", 'accesskey' => "", 'system' => true), "freelance" => array('label' => 'Freelance', 'url' => "https://freelance.oxy.host", 'accesskey' => "", 'system' => true), "marketingagencyb" => array('label' => 'Marketing Agency B', 'url' => "https://marketingagencyb.oxy.host", 'accesskey' => "", 'system' => true), "flightschool" => array('label' => 'Flight School', 'url' => "https://flightschool.oxy.host", 'accesskey' => "", 'system' => true), "conference" => array('label' => 'Conference', 'url' => "https://conference.oxy.host", 'accesskey' => "", 'system' => true), "musicteacher" => array('label' => 'Music Teacher', 'url' => "https://musicteacher.oxy.host", 'accesskey' => "", 'system' => true), "hosting" => array('label' => 'Hosting', 'url' => "https://hosting.oxy.host", 'accesskey' => "", 'system' => true), "brewery" => array('label' => 'Brewery', 'url' => "https://brewery.oxy.host", 'accesskey' => "", 'system' => true), "fancyfreelancer" => array('label' => 'Fancy Freelancer', 'url' => "https://fancyfreelancer.oxy.host", 'accesskey' => "", 'system' => true), "proteus" => array('label' => 'Proteus', 'url' => "https://proteus.oxy.host", 'accesskey' => "", 'system' => true), "wedding" => array('label' => 'Wedding', 'url' => "https://wedding.oxy.host", 'accesskey' => "", 'system' => true) ); } if($enable_3rdparty_source_sites == 'true') { $oxygen_vsb_source_sites = get_option('oxygen_vsb_source_sites'); if(!is_array($oxygen_vsb_source_sites)) { // fail safe $oxygen_vsb_source_sites = array(); update_option('oxygen_vsb_source_sites', $oxygen_vsb_source_sites); } } global $ct_source_sites; $ct_source_sites = array_merge($oxygen_vsb_default_source_sites, $oxygen_vsb_source_sites); // self site $isADesignSet= get_option('oxygen_vsb_enable_connection'); if($isADesignSet) { $oxygen_vsb_connection_access_key = get_option('oxygen_vsb_connection_access_key', ''); $url = get_site_url(); $label = get_bloginfo( 'name' ); $selfSites = array( sanitize_title($label) => array('label' => $label, 'self' => true, 'url' => $url, 'accesskey' => $oxygen_vsb_connection_access_key === false ? '' : $oxygen_vsb_connection_access_key) ); $ct_source_sites = array_merge($selfSites, $ct_source_sites); } require_once("component-framework/component-init.php");
Upload File
Create Folder