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

Sort Users by Registration Date

By default, WordPress doesn’t provide a Registration Date column, let alone make it sortable. This snippet makes it possible to remove plugins like Admin Columns

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

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