WWLC – Default Wholesale Leads list to sort by registration date (newest first)
/* Default Wholesale Leads list to sort by registration date (newest first) */ add_action( ‘pre_user_query’, function( $user_query ) { if ( ! defined( ‘REST_REQUEST’ ) || ! REST_REQUEST ) { return; } if ( false === strpos( $_SERVER[‘REQUEST_URI’] ?? ”,…Continue reading