Force nwwp Colour Scheme
Makes sure all users use this
class DeleteUploadedFiles {}
The deleteuploadedfiles Class is designed to delete uploaded files subsequent to email notifications. This functionality is…
Modify the LLMS Description for a Specific Post
This snippet modifies the description shown in llms.txt for a specific post.
RT7 Official - Maintenance Mode
RT7 Official Maintenance Mode
Prevent Duplicate Cart Items
Prevents the same item from being added to the cart multiple times.
Send Site Notifications to a BCC Address
This snippet will ensure all your site’s outgoing emails are also sent to a specific BCC…
Continue Shopping Button
Adds a "Continue Shopping" button to the left of the Update/Save Cart buttons on checkout.
Change user role for buyers
This is useful if, for example, you want buyers to be able to access dedicated content…
WP Simple Pay: Add Email Address to Payment Confirmation URL
Append the submitted email address to the payment confirmation page URL.
Add WPCode Custom Field Smart Tag
Add a custom smart tag for the WPCode scripts metabox that outputs the value of a…
WP Simple Pay: Create WordPress User After Payment (Lite)
Creates a new WordPress user when one-time payment is made with WP Simple Pay Lite.
WP Simple Pay: Facebook Payment Conversion Tracking
Execute a script the first and only time a payment confirmation is viewed.
Button - Add to cart to Buy Now
add_filter( 'woocommerce_product_add_to_cart_text', function( $text ) { if ( 'Add to cart' == $text ) { $text…
Remove Specific Post Type From Public Post Type List
This filter can be used to remove the movie post type from the public post type…
WP Simple Pay: {subtotal} Smart Tag
Adds a {subtotal} Smart Tag.