Add WooCommerce upsells below the add-to-cart button
// add upsells below add-to-cart button add_action( 'woocommerce_single_product_summary', 'woocommerce_upsell_display', 40 );
Google Tag Manager
Google Tag Manager is a tag management system created by Google to manage JavaScript and HTML…
Copy Donation Receipt To Admin
Send the donation receipt to the site admin as well.
Add custom CSS in the Admin
Use this snippet to add custom styles in the WordPress admin head. Add your CSS code…
Remove Unused Javascript
Remove Unused Javascript – and improve your Page Speed Insight Score
Meta Pixel Code
Add Meta Pixel Code in WPCode
Explicit Fixed Width and Height
Explicit Fixed Width and Height for images
Move Jump to Recipe above featured image in Genesis
/** * Ensures the "Jump to Recipe" button is added above the featured image. */ add_action(…
Show Discount Field
Makes the discount field on checkout show by default.
Google Tag Manager Head
Google tag Manager Snippet (head section)
WP Simple Pay: Remove Card Terms
Removes auto-generated terms displayed under card fields.
Allow Manual Donations Without Email
Allow donors to be be added without an email address.
Convert Customers to Users
Adds a tool to create user accounts for customers that don't already have them, and update…
Replace Add to Cart With Download for Subscribers
If the user is recurring or has purchased the product already, shows a link to download…
Display WPForm Entries
This PHP code allows you to display form data stored by WPForms using a shortcode. The…