Set Minimum total purchase amount

add_action( 'woocommerce_check_cart_items', 'required_min_cart_subtotal_amount' ); function required_min_cart_subtotal_amount() { // HERE Set minimum cart total amount $minimum_amount =…

Remove Download Links

Remove download links from checkout page for all downloads.

Google Tag Manager

Google tag manager snippet (body)

MemberPress: Hide the Cancel Subscription Option for the Set Number of Months

The code snippet will hide the Cancel option for a user’s subscriptions under the Subscriptions tab…

MemberPress: Adjust Column Width for MemberPress Access Column on Admin Pages

This snippet adds custom CSS to adjust the width of the Acess (mepr-access) column on the…

Set State Field To Us States Dropdown With Default

Change the "State" field into a "Province" field.

Change "City" To Town/City

Change the label of the"City" field into a "Town/City" field.

Round Percent Donated To Whole Number

/** * Display percent donated as rounded whole number. * * @param string $return * @param…

1 73 74 75 76 77 218