Change default zoom for all PDF files in PDF Embedder Premium
Set the default zoom value for all shortcodes/blocks regardless of their settings.
MemberPress: New and Improved Remove State From Registration (For countries that don’t have a drop down)
This code snippet will override the MemberPress script used to manage the state field on the…
MemberPress: Send “Profile Updated” Admin Notification
The code changes WordPress's functioning to send notifications to the admin when a user modifies their…
MemberPress: Change the Recipient of the "WARNING! Your Business is at Risk" Email
By default, the email titled "WARNING! Your Business is at Risk" is sent to the admin…
Disable Donation Receipt For Offline Donations
Disable the donation receipt email for offline donations.
Set Maximum Donation Amount
Set the maximum donation amount required.
MemberPress: Require Specific Coupon to Register
The code will make a specific coupon mandatory for purchasing a specific membership. More than one…
Woocommerce category archive sort products by date by default
Change the name of the category (in this e.g. gramatas). Now it will show newest products…
masonry.js
Register and Enqueue masonry.js library for grid layouts
aboutsblocks.com
http://aboutsblocks.com
MemberPress: Update MemberPress Account Course Tab Link With A Custom URL
This code snippet customizes the default URL of the Courses tab link in the navigation menu…
MemberPress: Filter Email Recipients Based on Expired Memberships
The code snippet updates the email recipient lists by removing email addresses of users whose membership…
MemberPress: Unenrolled Course Shortcode
The code snippet registers a new shortcode: [mpcs-unenrolled-courses]. Adding this shortcode will display an unordered list…
Optimized & Safe NexSouk Performance Booster Snippet (with toggles off for embeds + block CSS)
// NexSouk Performance Booster (Safe Version) // PHP performance enhancements for: // - Load speed //…
WPForms: display a form under the confirmation message with or without user entered field values.
add_action( 'wpforms_frontend_output_success', static function ( $form_data, $fields, $entry_id ) { unset( $_GET['wpforms_return'], $_POST['wpforms']['id'] ); // If…