AIOSEO FAQ Block accordion

Adds accordion style toggle functionality to the AIOSEO FAQ block.

<10

Leave Tasty recipe ratings with WP-PostRatings

The Tasty Recipes rating system works with the default WordPress comment form. However, if you use…

<10

Auto convert photos to WEBP (jpg, png)

/** * Konwertuj przesłane obrazy na format WebP * * Ten fragment kodu automatycznie konwertuje przesłane…

MemberPress: Set Default Country on Registration Page

This code will help set specified country as default country for the Country field on MemberPress…

Add Tag And End Date To Funded Campaign

Sometimes, it can be useful to do something special for campaigns that have been fully funded.

Modify Software Licensing License Structure

Modify the structure of Software Licensing's license keys.

MemberPress: Hide the Cancel Link in the Account Page for a Period of Time

The code will hide the subscription cancellation link on the Account page for a set period…

Allow mixed cart support with Stripe Payment Elements

Make it possible to purchase a subscription and non-subscription product in the same transaction with Stripe's…

Instagram Shop

Instagram and Facebook

jeannie weingarten
<10

WP Mail SMTP: when using SMTP mailer - disable SSL verification

This is an insecure approach and you most probably should fix your servers' SSL certificates (they…

Prevent Discounts on Renewals

Does not allow a discount code to be applied when an EDD SL is present in…

Keep Emoticons

WordPress converts all emoticons to emoji. This small snippet prevents that, without removing emojis from your…

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 =…

1 64 65 66 67 68 220