Template: After Order Actions
This is a template that can be used to hook into the `edd_after_order_actions` hook, allowing developers…
Hide Price & Add to Cart for Non Logged in Users for Specific Products
This code snippet allows you to hide the price and 'Add to Cart' button for users…
Move Jump to Recipe above featured image in Genesis
/** * Ensures the "Jump to Recipe" button is added above the featured image. */ add_action(…
Set a Custom Reply-To Email
This snippet will ensure all emails sent from your site have the same reply-to email address.…
Goal Tracking Pixel
This pixel tracks the unit conversions and revenue across all your push campaigns. This helps you…
On Browsing WooCommerce Products
This snippet targets window shoppers and encourages them to add more products to their carts. This…
Amazon Affiliate Disclosure Top
Display an Amazon Affiliate disclosure at the top of posts and/or pages.
Amazon Affiliate Disclosure Bottom
Display an Amazon Affiliate disclosure at the bottom of posts and/or pages.
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=
Custom Tab Order For Dashboard
The following code will allow you to change the order that the front end dashboard is…
Remove the Page Title from the Page Header
The following code can be used to remove the title from the page header title area…
Remove Default jQuery
// Remove default WordPress jquery wp_deregister_script( 'jquery' ); //Remove jquery migrate add_action( 'wp_default_scripts', 'remove_jquery_migrate' ); function…
Estimated reading time
// Estimated reading time function readTime ( $content = '', $words_per_minute = 250, $with_gutenberg = false…
Google Tag Manager
Google Tag Manager is a tag management system created by Google to manage JavaScript and HTML…