Re-route BuddyPress emails through WP Mail SMTP
This snippet will re-route all BuddyPress emails through WP Mail SMTP. This code snippet will also…
Copyright Year Shortcode
Add shortcode to automatically update the copyright year. [year]
Remove Unused Javascript
Remove Unused Javascript – and improve your Page Speed Insight Score
cookie consent script
Cookie Consent by Free Privacy Policy Generator Update cookies preferences
Ensure Webfont is Loaded (Elementor)
add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) { return 'swap'; }, 10, 3 );
Show 'NEW' Badges for Recently Added Items in WooCommerce
This code snippet adds a “NEW!” badge to products in WooCommerce, indicating that they are newly…
MemberPress: Add Address Column to Subscriptions Table
If the Address Fields option is enabled for the MemberPress registration forms at Dashboard > MemberPress…
WP Simple Pay: Use Custom Field Value as Stripe Payment Description
Use the value of a custom field as the description for the Stripe payment record.
Estimated reading time
// Estimated reading time function readTime ( $content = '', $words_per_minute = 250, $with_gutenberg = false…
Allow JS Files Upload
Allowing to upload JS files into media folder for custom special integration such as booking search…
Add Sticky Header - Astra Free
This code has been updated to include adjustments for the off-canvas menu to also be sticky…
Google Tag Manager Header
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
Exclude downloads from search
Exclude downloads from showing in search results
On Browsing WooCommerce Products
This snippet targets window shoppers and encourages them to add more products to their carts. This…
Enable WP Mail SMTP Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…