PATH:
home
/
thebhoeo
/
.trash
/
woodmart
/
inc
/
integrations
<?php /** * WooCommerce Subscriptions. * * @package woodmart */ if ( ! class_exists( 'WC_Subscriptions' ) ) { return; } if ( ! function_exists( 'woodmart_wc_subscriptions_add_variable_product_types' ) ) { /** * Add variable subscription product type. * * @param array $types Product types. * * @return array */ function woodmart_wc_subscriptions_add_variable_product_types( $types ) { $types[] = 'variable-subscription'; return $types; } add_filter( 'woodmart_variable_product_types', 'woodmart_wc_subscriptions_add_variable_product_types' ); } if ( ! function_exists( 'woodmart_wc_subscriptions_add_custom_product_types' ) ) { /** * Add custom product types. * * @param array $types Product types. * * @return array */ function woodmart_wc_subscriptions_add_custom_product_types( $types ) { $types[] = 'subscription'; $types[] = 'variable-subscription'; $types[] = 'subscription_variation'; return $types; } add_filter( 'woodmart_waitlist_allowed_product_types', 'woodmart_wc_subscriptions_add_custom_product_types' ); add_filter( 'woodmart_price_tracker_allowed_product_types', 'woodmart_wc_subscriptions_add_custom_product_types' ); }
[+]
gutenberg
[-] woocs.php
[edit]
[+]
elementor
[-] woo-subscriptions.php
[edit]
[-] curcy.php
[edit]
[-] wcfm.php
[edit]
[-] aioseo.php
[edit]
[-] woo-preview-emails.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]
[-] wcfmmp.php
[edit]
[+]
woocommerce
[-] dokan.php
[edit]
[-] wcmp.php
[edit]
[+]
..
[-] vgse.php
[edit]
[+]
visual-composer
[-] cartflows.php
[edit]
[-] rocket.php
[edit]
[-] wordfence.php
[edit]