WP Simple Pay: Disable Webhook Failed Notification

Disable alert bubbles when webhook events are not received.

Untitled Snippet

LTONYA SUMBUNDU
<10

MemberPress: Add a Custom Field To Manage Sub Account Table

This shortcode can be used if the MemberPress Corporate Accounts add-on is activated on the website.…

MemberPress: Generate All Invoices for the Specific Period (e.g. A Year)

If the MemberPress PDF Invoice add-on is activated on the website, MemberPress will start generating invoices…

Send Donation Notification For Pending Offline Donations

Sends a notification to admin if the donation is pending AND it was made in offline…

AIOSEO Movie Poster Integration – TMDb & ACF Compatibility Fix [for the fmovie theme by fr0zen]

This snippet overrides AIOSEO's default image with the TMDb movie poster stored in the ACF 'poster_path'…

<10

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

Current Year

function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');

<10

Login Form Styling

Custom styling for login forms

Facebook Domain Verification snippet

Asembo Digital Solutions Facebook Pixel ID (tracking)

1 76 77 78 79 80 216