Woocommerce: How to add minimum amount for different categories with different amount per category with different notice.
WooCommerce: Display Minimum Order Amount Notices by Category This code snippet adds functionality to your WooCommerce…
Unique Order ID
Creates a unique order ID
Submission Form Redirect
Filter the redirect URL for successful FES Submission Form submission
Set a minimum, and maximum price for products
Set a minimum, and maximum price for products
Custom WooCommerce Status
This is how to create a custom Woocommerce Status while being able to use the "Mark…
Add Rel Nofollow to Top Bar Social Links
We don't recommend it but if you want to add a nofollow attribute to your top…
Show more Landings
Display more
Logout URL
This snippet creates a simple logout URL link that you can use as a shortcode.
Insert Template at the Bottom of the Mobile Menu
The following snippet can be used to insert a custom template in the bottom region of…
Event Data | Display Eventbrite Events
Please note that this guide is intended for advanced users and developers. Our plugin already offers…
Defining SendLayer Mailer Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Hide sidebar on mobile device
function custom_hide_sidebar_on_mobile() { echo ' '; } add_action('wp_head', 'custom_hide_sidebar_on_mobile');