Remove Price

Removes the price from all add to cart buttons

Yoast SEO

Integration with Yoast SEO with WC Vendors

How To Show Last Modified Date On Blog Post Instead Of Published Date in WordPress

If you want to display the last modified date on your blog post without using a…

Change Admin Panel Footer Text

Display custom text in the admin panel footer with this snippet.

Note Orders

add_filter( 'manage_edit-shop_order_columns', 'custom_shop_order_column', 90 ); function custom_shop_order_column( $columns ) { $ordered_columns = array(); foreach( $columns as…

MemberPress: Only Allow Coupon Once Per User

Restrict coupon codes so a user can only use the coupon code once.

Untitled Snippet

document.addEventListener("click", (e) => { const pill = e.target.closest(".rs-pill"); if (!pill) return; const row = pill.parentElement; row.querySelectorAll(".rs-pill").forEach(p…

Add Password Hint

Add standard WP password hint to checkout right below account creation fields.

Increase Memory Limit During Download Delivery

Increase the memory limit of your server to support the delivery of large downloads.

Convert Uploaded Images to WebP Format Automatically

Automatically convert uploaded images to WebP format.

om-nextjs.js

import { useEffect } from 'react'; import { useRouter } from 'next/router'; const OptinMonsterEmbed = ()…

1 61 62 63 64 65 224