Template: After Order Actions

This is a template that can be used to hook into the `edd_after_order_actions` hook, allowing developers…

WP Simple Pay: Use Payment Form Description as Payment Description

Always use the payment form's "Description" as the Stripe payment description. By default WP Simple Pay…

Custom Tab Order For Dashboard

The following code will allow you to change the order that the front end dashboard is…

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…

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…

Define the Mailgun Signing Key Constant

This snippet will allow you to define your Mailgun Signing Key constant inside your wp-config.php file…

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=

Cathy White
<10

Exclude downloads from search

Exclude downloads from showing in search results

1 24 25 26 27 28 126