PATH:
home
/
thebhoeo
/
public_html
/
wp-content
/
themes
/
woodmart
/
inc
/
integrations
<?php /** * FunnelKit Funnel Builder integration. * * @package woodmart */ if ( ! class_exists( 'WFFN_Core' ) ) { return; } if ( ! function_exists( 'woodmart_get_fkcart_fragments' ) ) { /** * Get cart fragments for FunnelKit. * * @param array $fragments Cart fragments. * * @return array */ function woodmart_get_fkcart_fragments( $fragments ) { ob_start(); woodmart_cart_count(); $count = ob_get_clean(); ob_start(); woodmart_cart_subtotal(); $subtotal = ob_get_clean(); $fragments['span.wd-cart-number'] = $count; $fragments['span.wd-cart-subtotal'] = $subtotal; return $fragments; } }
[+]
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]