Join
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 default resource image
Administration

Autocomplete WooCommerce Orders

The question, “Why are all my orders stuck with processing status?” comes up quite often. In some cases, it’s fine to leave MyListing orders with

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 default resource image
Administration

Unlock the Listings Post Type

This code snippet allows for greater flexibility within a MyListing website by exposing this otherwise private post type. One example is the ability to target

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

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.