remove 'X' remove button in cart

.woocommerce table.shop_table .product-remove { text-align: center !important; display: none; }

Recreate the aioseo_cache table

This code snippet recreates the missing 'aioseo_cache' table. This code snippet should be enabled and executed…

<10

Change Postcode To Zipcode

/** * Change the "Postcode" field into a "ZIP Code" field. * * @param array[] $fields…

Set Default Donation Amount Per Campaign

/** * Customize the default donation amount on a per campaign basis. * * @see https://github.com/Charitable/library/blob/master/donation-form/set-default-donation-amount.php…

WPForms: new smart tag - Current Date/Time

It's a localized date/time in this format: Y-m-d H:i:s

MemberPress: Remove State Text Field

Removes the state text field from the registration and account pages if the country does not…

MemberPress: Add Tag Support for Lessons and Quizzes

Adds the ability to tag lessons and quizzes in MemberPress Courses.

Elementor Store Headers

Gives support for Elementor on WC Vendor Headers

Custom Tab Order For Dashboard

// Add this to your themes functions.php to change the order, rearrage the lines. First line…

Current Year

function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');

MemberPress: Return to Same Page After Signup

Return the user to the same page after they register.

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

Add Field Placeholders

/** * Add placeholder attributes to donation fields, removing the label field. * * @return void…

1 38 39 40 41