Join
mylisting club default resource image
Code Snippets

Redirect After Listing Submissions

This snippet redirects to a custom page once a listing is submitted and after waiting 3 seconds. Customization Notes

mylisting club default resource image
Code Snippets

Conditionally Allow SVG Uploads

WordPress blocks SVG uploads by default, so you end up converting images to a different format to get around “file type not allowed” errors. The

mylisting club default resource image
Code Snippets

WooCommerce Redirect After Logout

This code snippet allows website owners to send users to a custom URL after they log out. Adjust Line 6 as desired.

mylisting club default resource image
Code Snippets

Create a Custom Text Editor Color Palette

By default, WordPress includes a color palette that you can use when using Elementor’s Text Editor widget, MyListing’s WP Editor field, etc.  In many cases,

mylisting club default resource image
Code Snippets

Unlock the Ability to Categorize Pages

By default, WordPress allows you to categorize Posts, but not Pages. After adding this code snippet to your website, you’ll be able to assign a

mylisting club default resource image
Code Snippets

Skip Cart and Go Directly to Checkout

After a product is added to the cart, the shopper is sent straight to checkout instead of staying on the product page or going to

mylisting club default resource image
Code Snippets

Duplicate Any Post Type In One Click

This snippet will duplicate a Post, Page, Listing, etc., set the status to ‘Draft, and drop you right into editing mode.

mylisting club default resource image
Code Snippets

Filter WooCommerce Orders By Coupon

This code snippet adds a Select Coupon dropdown to the WooCommerce orders table so you can easily see which coupons were applied to which orders.

mylisting club default resource image
Code Snippets

Add a Custom WooCommerce Endpoint

In this snippet example, we are adding a custom WooCommerce endpoint named “Support.” Anywhere you see the word “Support,” change it to the name of

mylisting club default resource image
Code Snippets

Disable WooCommerce Logout Confirmation

Depending on your site setup, users may need to confirm they want to log out, which some may not consider the best user experience. Use