Hi,
Thanks for reaching out to us.
We are working on it and it will be incorporated into upcoming release of Email Subscribers.
Thread Starter
brt
(@brt)
great news, thank you very, very much!
Thread Starter
brt
(@brt)
i just updated the plugin and noticed that sorting by email works now,
this is great!
i think you already know that sorting by name is still not possible.
i took a quick look into the code and noticed that the client requests orderby=firstname but in includes/admin/class-es-subscribers-table.php in line #439 there is: $expected_order_by_values = array( 'name', 'email', 'created_at' );
i changed it to $expected_order_by_values = array( 'first_name', 'email', 'created_at' ); and “voila!” sorting now works on the first_name 🙂
-
This reply was modified 6 years, 9 months ago by
brt.
-
This reply was modified 6 years, 9 months ago by
brt.
-
This reply was modified 6 years, 9 months ago by
brt.
Thanks for pointing this out 🙂
Will be incorporated into upcoming release of ES.