WP Simple Pay: Custom Server-Side Validation Before Payment Creation
Perform additional custom server-side validation prior to allowing a payment to be created.
ModalJS
Used to display popup modal in GenerateBlocks
Allow Admin Access
Enables access for logged in users who do not have certain permissions.
Google Tag Manager
Google Tag Manager Head
WP Simple Pay: Add User Meta After Payment
Use the payment email address to look up a WordPress user and add custom meta information.
Set Minimum Donation Amount
Set the minimum donation amount required.
Recurring Addon Extension: Adding placeholder for custom recurring donations
Edit the custom text box that allows users to input custom donations for recurring donations (only).
Modify the LLMS Description for a Specific Post
This snippet modifies the description shown in llms.txt for a specific post.
Add Password Hint
Add standard WP password hint to checkout right below account creation fields.
Increase Memory Limit During Download Delivery
Increase the memory limit of your server to support the delivery of large downloads.
Convert Uploaded Images to WebP Format Automatically
Automatically convert uploaded images to WebP format.
om-nextjs.js
import { useEffect } from 'react'; import { useRouter } from 'next/router'; const OptinMonsterEmbed = ()…
Add Informational Message Below the Username Field in the Login/Register Form #The Greek
This code adds an informational message below the username input field in the login or registration…
Disable default WordPress image sizes
// Disable default WordPress image sizes add_filter('intermediate_image_sizes', '__return_empty_array'); // Disable large scaled image size add_filter('big_image_size_threshold', '__return_false');…
Display the stock availability for all product types in WooCommerce archive pages
Learn how to add Availability label ? in your WooCommerce website. This will help to notify…