PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
woo-variation-swatches
/
includes
<?php defined( 'ABSPATH' ) or die( 'Keep Quit' ); if ( ! function_exists( 'wvs_woo_layout_injector_script_override' ) ): function wvs_woo_layout_injector_script_override() { if ( function_exists( 'sb_et_woo_li_enqueue' ) ) : $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min'; wp_dequeue_script( 'sb_et_woo_li_js' ); wp_enqueue_script( 'sb_et_woo_li_js_override', woo_variation_swatches()->assets_uri( "/js/divi_woo_layout_injector{$suffix}.js" ), array( 'jquery' ), woo_variation_swatches()->version(), true ); endif; } add_action( 'wp_enqueue_scripts', 'wvs_woo_layout_injector_script_override', 99999 ); endif;
[+]
..
[-] class-wvs-customize-alpha-color-control.php
[edit]
[-] themes-support.php
[edit]
[-] class-woo-variation-swatches-export-import.php
[edit]
[-] hooks.php
[edit]
[-] class-wvs-customize-heading.php
[edit]
[-] tutorials.php
[edit]
[-] class-wvs-term-meta.php
[edit]
[-] class-wvs-customizer.php
[edit]
[-] .includes.php
[edit]
[-] stylesheet.php
[edit]
[-] class-wvs-settings-api.php
[edit]
[-] deactive-feedback-dialog.php
[edit]
[-] functions.php
[edit]