Set Custom Donation Receipt Page
You can set a custom donation receipt page, including a page that is not on your…
Show Admin Bar
The code below shows the admin bar for logged in users who do not have these…
Add Individual Category Tag Columns
Show a separate column for each category and tag, with a 1 or a 0 in…
Add Country
Add Kosovo to the list of countries in Charitable.
Send Notifications On User Registration
/** * Notify admin and user when a user registers with Charitable. * * @param array[]…
Show local fonts in block editor
Display custom fonts in the backend editor
Move Jump to Recipe above featured image
/** * Ensures the "Jump to Recipe" button is added to the content really late. */…
Button - Add to cart to Buy Now
add_filter( 'woocommerce_product_add_to_cart_text', function( $text ) { if ( 'Add to cart' == $text ) { $text…
Custom Email Template
Creates a custom email template for EDD emails.
Verify Email Domain
During the banned email checks, see if the domain being checked has DNS configured, if not…
Add Custom Text Before Purchase Button
Add custom text just before the "Purchase" button at checkout
Continue Shopping Button
Adds a "Continue Shopping" button to the left of the Update/Save Cart buttons on checkout.
File Size Display
After the download content, shows a list of the download files and their sizes
Move WPCode Status Column
This snippet makes the status column the 2nd column in the admin list of snippets.
WP Simple Pay: Add Custom Field Data to Customer Metadata
Retrieve the value of a custom field and add it as metadata to the Stripe Customer…