Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Plugin Name: All Products for WooCommerce Subscriptions - Display one-time purchase option price
* Plugin URI: https://woocommerce.com/products/all-products-for-woocommerce-subscriptions/
* Description: Use this snippet to display the product price next to the one-time option for Simple Products.
* Version: 1.0
* Author: SomewhereWarm
* Author URI: http://somewherewarm.gr/
* Developer: Jason Kytros
*
@jimjasson
jimjasson / gist:9e413c1448402e35c2c964c063c814de
Created October 3, 2019 13:07
woocommerce-apfs-hide-subscription-options-in-cart.php
<?php
/**
* Plugin Name: All Products for WooCommerce Subscriptions - Hide Subscription options in the cart
* Plugin URI: https://woocommerce.com/products/all-products-for-woocommerce-subscriptions/
* Description: Use this snippet to prevent Subscription options from showing up in the cart.
* Version: 1.0
* Author: SomewhereWarm
* Author URI: http://somewherewarm.gr/
* Developer: Jason Kytros
*
@jimjasson
jimjasson / woocommerce-bundles-product-grid-layout-columns.php
Last active February 14, 2021 09:55
Use this snippet to change the bundled items column count when using the 'Grid' Layout option
<?php
/**
* Plugin Name: WooCommerce Product Bundles - Bundled Items Grid Layout column count
* Plugin URI: http://woocommerce.com/products/product-bundles/
* Description: Use this snippet to change the bundled items column count when using the 'Grid' Layout option.
* Version: 1.0
* Author: SomewhereWarm
* Author URI: http://somewherewarm.gr/
* Developer: Jason Kytros
*