wpml integration
-
in function.php theme add
add_filter('woo_wallet_rechargeable_product_id', function ($product_id) { return apply_filters( 'wpml_object_id', $product_id ); });
The topic ‘wpml integration’ is closed to new replies.
in function.php theme add
add_filter('woo_wallet_rechargeable_product_id', function ($product_id) {
return apply_filters( 'wpml_object_id', $product_id );
});
The topic ‘wpml integration’ is closed to new replies.