Title: Default Sort Order
Last modified: May 14, 2022

---

# Default Sort Order

 *  Resolved [born2excite](https://wordpress.org/support/users/born2excite/)
 * (@born2excite)
 * [4 years ago](https://wordpress.org/support/topic/default-sort-order-5/)
 * Hey Shea Bunge ( [@bungeshea](https://wordpress.org/support/users/bungeshea/))
 * After plugin update to Version 3.0.1, the `add_filter` snippet to change the 
   default sort order isn’t working anymore. Would you please have a look at this
   problem?
 *     ```
       add_filter( 'code_snippets/list_table/default_orderby', function ( $orderby ) {
       	return 'name';
       } );
       ```
   
    -  This topic was modified 4 years ago by [born2excite](https://wordpress.org/support/users/born2excite/).

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [4 years ago](https://wordpress.org/support/topic/default-sort-order-5/#post-15644949)
 * Hi [@born2excite](https://wordpress.org/support/users/born2excite/),
 * The filter has been replaced by a proper interface setting instead.
 * You can change the default sorting behaviour through the the ‘Snippets List Order’
   option on the plugin settings menu.
 *  Thread Starter [born2excite](https://wordpress.org/support/users/born2excite/)
 * (@born2excite)
 * [4 years ago](https://wordpress.org/support/topic/default-sort-order-5/#post-15646583)
 * Hey Shea ( [@bungeshea](https://wordpress.org/support/users/bungeshea/) )
 * Great, thank you! All good now, please close this support ticket.
 * Cheers,
    Julian
 *  [Diabolo](https://wordpress.org/support/users/cebuss/)
 * (@cebuss)
 * [4 years ago](https://wordpress.org/support/topic/default-sort-order-5/#post-15651817)
 * It’s a great day when …
 * 1) You get confirmation you’re not losing it, and
    2) you get the resolution 
   to the issue at the same time!
 * Thanks gents 🙂
 *  [Gomle](https://wordpress.org/support/users/gomle/)
 * (@gomle)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/default-sort-order-5/#post-16123668)
 * [@cebuss](https://wordpress.org/support/users/cebuss/) lol, exactly my thoughts
   too.
 *  [hivizwebsolutions](https://wordpress.org/support/users/hivizwebsolutions/)
 * (@hivizwebsolutions)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/default-sort-order-5/#post-16395879)
 * Custom ordering, [like what ACF allows](https://prnt.sc/7DxS6jAFlAia), would 
   be great.
 *  Plugin Author [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * (@bungeshea)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/default-sort-order-5/#post-16413318)
 * Definitely something we hope to introduce in the future [@hivizwebsolutions](https://wordpress.org/support/users/hivizwebsolutions/)!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Default Sort Order’ is closed to new replies.

 * ![](https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878)
 * [Code Snippets](https://wordpress.org/plugins/code-snippets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/code-snippets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/code-snippets/)
 * [Active Topics](https://wordpress.org/support/plugin/code-snippets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/code-snippets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/code-snippets/reviews/)

 * 6 replies
 * 5 participants
 * Last reply from: [Shea Bunge](https://wordpress.org/support/users/bungeshea/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/default-sort-order-5/#post-16413318)
 * Status: resolved