Show Admin Bar
The code below shows the admin bar for logged in users who do not have these…
Send Notifications On User Registration
/** * Notify admin and user when a user registers with Charitable. * * @param array[]…
Customize Donation Stats
Customize the stats that are shown in the Donation Stats widget.
Set Custom Redirection After Registration
Send the user to a custom page after they have registered.
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.
Variable Pricing Dropdown
Convert variable prices from radio buttons to a dropdown
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…
WP Simple Pay: Custom Subscription Price Option Labels
Change the price option labels that are output in the price option selector. Changes the output…
WP Simple Pay: Create WordPress User After Payment
Creates a new WordPress user when a subscription is started or a one-time payment is made.
WP Simple Pay: Hide reCAPTCHA Badge
Hide the reCAPTCHA badge and add links to the privacy policy and terms of service. Adds…
Customer Order Note for WooCommerce Products
Inserts a note field next to the add-to-cart button on every WooCommerce product page. Customers can…