Join
mylisting club default resource image
Code Snippets

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

mylisting club default resource image
Code Snippets

Remove Fields from WooCommerce Checkout

By default, any line below that starts with unset will remove the corresponding field. Remove or comment out the line for any any field you

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