Set a Custom Reply-To Email
This snippet will ensure all emails sent from your site have the same reply-to email address.…
Add Image Alt Text automatic
function add_alt_text_to_images( $html ) { // Check if the image has a title attribute if (…
File Size Display
After the download content, shows a list of the download files and their sizes
Adding a Custom Filter when using Other SMTP Setting
This snippet will help in troubleshooting steps from "SMTP Error: Could not authenticate".
Disable Posts Post Type
This snippet hides the default Posts post type from the WordPress admin
On Browsing WooCommerce Products
This snippet targets window shoppers and encourages them to add more products to their carts. This…
Verify Email Domain
During the banned email checks, see if the domain being checked has DNS configured, if not…
MemberPress: Manually Refresh Member Data
This code snippet is designed to manually refresh all members' data on a WordPress site. After…
Add Multiple Checkboxes To Donation Form
This uses the "multi-checkbox" vs just "checkbox" for a single checkbox.
Change the Default Taxonomy Name “aioseo-location-category”
This filter can be used to change the default taxonomy name “aioseo-location-category”.
Add custom CSS in the Admin
Use this snippet to add custom styles in the WordPress admin head. Add your CSS code…
Change the Default Taxonomy Slug “locations-category”
This filter can be used to change the default taxonomy slug “locations-category”.
Ensure Webfont is Loaded (Elementor)
add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) { return 'swap'; }, 10, 3 );
Custom Tab Order For Dashboard
The following code will allow you to change the order that the front end dashboard is…
WP Simple Pay: Custom Button Color
Using CSS, change the checkout button color from green to blue when using the Embedded or…