jjgrainger / PostTypes

Simple WordPress custom post types.
https://posttypes.jjgrainger.co.uk/
MIT License
372 stars 48 forks source link

Warning: Undefined array key 0 in class-wp-list-table.php on line 1308 #89

Open jakubmikita opened 2 years ago

jakubmikita commented 2 years ago

It's thrown while using $registrar->columns()->sortable() method.

image

Full warning:

Warning: Undefined array key 0 in /app/web/wp/wp-admin/includes/class-wp-list-table.php on line 1308
jjgrainger commented 1 month ago

Thanks @jakubmikita

Could you provide the code you were using and the WordPress version this was thrown in? This will help me to narrow down the issue here.

Thanks