Viewing 1 replies (of 1 total)
  • Plugin Author Shea Bunge

    (@bungeshea)

    You can make use of the code_snippets/list_table/default_orderby filter:

    add_filter( 'code_snippets/list_table/default_orderby', function () {
        return 'name';
    } );
Viewing 1 replies (of 1 total)

The topic ‘sort’ is closed to new replies.