Snippets for your wordpress site

Free shipping and gift message Woocommerce
and programmatically add gift to cart
Add customer in Mailerlight group on order completion
After the order is set to completed, we trigger the mailerlight api to add the customer in a group
Add product programmatically to cart based on cart total
This product can cost zero and so make it a gift
Animated badge at the bottom of the page WordPress
How to add Body background image
New badge on product loop item
Use this snippet to add a new badge on the product loop, then using css you can change the design to mach your theme.
Capitalize words in Woocomerce product titles
add this in functions.php, save then refresh once your site and then remove the snippet.
Custom TranslatePress Language Switcher Shortcode
Example: EL | EN
Learn more with us
Empty table: TRUNCATE TABLE wp_actionscheduler_actions; remove expired sessions from the woocommerce_sessions table optimize sessions records …
remove cashback notice from shop page. add_filter(‘woo_wallet_product_cashback_html’, ‘__return_false’); disable wallet partial payment. add_filter( ‘woo_wallet_disable_partial_payment’, ‘__return_true’ …
The data structure we can find in WooCommerce options table is a serialized array. Serialized …
There are three main cases where you can find the login page of a WordPress …
Are you looking to design custom 404 error pages that keep users engaged on your …
There are many ways of adding a countdown timer, you can use a plugin for …