Join
MyListing Club Logo
Code Snippets

Completely Disable Map Services

By default, Google Maps is selected under Theme Tools > Map Services, which is a contributing factor to slowing down your website. In this case,

MyListing Club Logo
Code Snippets

Disable WooCommerce Related Products

By default, single product pages display a related products section. If you want them to go away, the code snippet below will do just that.

mylisting club default resource image
Code Snippets

Globally Limit Image Upload Size

If image governance is not performed, users can upload massive image sizes, which has many adverse effects (e.g., poor user experience, server performance degradation, and

MyListing Club Logo
Code Snippets

WooCommerce Redirect After Checkout

This snippet is commonly used when website owners want to show customers a welcome page after checkout. Welcome pages are great ways to educate customers,

mylisting club default resource image
Code Snippets

WooCommerce Redirect After Registration

Out of the box, WooCommerce redirects users to their Dashboard (i.e., My Account), which may not be desirable for website owners. Adjust the ‘$redirect =

mylisting club default resource image
Code Snippets

Unlock the Listings Post Type

The Unlock the Listings Post Type code snippet allows for greater flexibility within a MyListing website by exposing this otherwise private post type. One example

mylisting club default resource image
Code Snippets

Show Content Based On Role

There are two code snippets required here. Be sure to grab the CSS code snippet as well. Add Body Class For All User Roles to WordPress

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

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.