PATH:
home
/
thebhoeo
/
public_html
/
wp-content
/
themes
/
woodmart
/
inc
/
integrations
<?php /** * RevSlider integration. * * @package woodmart */ if ( ! defined( 'RS_REVISION' ) ) { return; } if ( ! function_exists( 'woodmart_revslider_disable_post_saving_on_cart_register' ) ) { /** * Disables RevSlider post saving action during cart registration. * * @param bool $skip Whether to skip cart registration. * @return bool Original skip value. */ function woodmart_revslider_disable_post_saving_on_cart_register( $skip ) { if ( class_exists( 'RevSliderFront' ) ) { remove_action( 'save_post', array( 'RevSliderFront', 'set_post_saving' ) ); } return $skip; } add_filter( 'woodmart_skip_register_cart', 'woodmart_revslider_disable_post_saving_on_cart_register' ); }
[+]
gutenberg
[-] woocs.php
[edit]
[+]
elementor
[-] woo-subscriptions.php
[edit]
[-] wooco.php
[edit]
[-] curcy.php
[edit]
[-] wcfm.php
[edit]
[-] aioseo.php
[edit]
[-] woo-preview-emails.php
[edit]
[-] woosb.php
[edit]
[-] wcpay.php
[edit]
[-] tgm-plugin-activation.php
[edit]
[-] rank-math.php
[edit]
[-] imagify.php
[edit]
[-] wpml.php
[edit]
[-] yoast.php
[edit]
[-] revslider.php
[edit]
[-] wcpbc.php
[edit]
[-] wcfmmp.php
[edit]
[+]
woocommerce
[-] dokan.php
[edit]
[-] wcmp.php
[edit]
[-] funnel-kit.php
[edit]
[+]
..
[-] vgse.php
[edit]
[+]
visual-composer
[-] shortpixel.php
[edit]
[-] cartflows.php
[edit]
[-] rocket.php
[edit]
[-] wordfence.php
[edit]