Remove tags Contact Form 7
Remove tags from the forms in the frontend
Untitled Snippet
// Disable Gutemberg add_filter( 'use_block_editor_for_post', '__return_false', 10 );
Disable Widgets blocks
//Disable Widgets blocks add_filter( 'use_widgets_block_editor', '__return_false' );
MemberPress: Disable MemberPress Password Lost/Changed Email
Adding this code snippet will disable the MemberPress Password Lost/Changed notification email.
MemberPress: Send “Profile Updated” Admin Notification
The code changes WordPress's functioning to send notifications to the admin when a user modifies their…
MemberPress: Send “Profile Updated” Admin Notification When MemberPress Account Is Updated
Similar to the code snippet here: https://library.wpcode.com/snippet/m5ye1wj2/, this code sends a notification to the admin when…
MemberPress: Send Password Reset Email After Subscription Signup
This code can be used to trigger the reset password email to users automatically after users…
Media Library Infinite Scrolling
Infinite Scroll
Untitled Snippet
connect site to google
Block Email Domains 'secmail.pro' etc #The Greek
With this code you can block all the bots from login to your website. Notification -->…
Photo-Profile Dashboard for login users ( If your theme does not have any ) #The Greek
This WordPress code customizes the default avatar for users who do not have a custom profile…
Button-Movement #The Greek
This CSS code defines the styling for a button element, along with hover effects that are…
Filter Countries JUST for Donation Forms
Changing the master country list in Charitable is not recommended unless you know what you are…