I m using wp_list_table is not recommended to use or unsafe is there any alternative of this class ? or is there any safe work around ? creating new class with the plugin is not a best idea i guess so i want to know some recommendations for that .
I m using wp_list_table is not recommended to use or unsafe is there any alternative of this class ? or is there any safe work around ? creating new class with the plugin is not a best idea i guess so i want to know some recommendations for that .
Share Improve this question asked Jun 4, 2019 at 16:00 FluttererFlutterer 1159 bronze badges 1- Use custom class copy to override the original class if it changes in the future and supervise it when each WordPress update happens. – Max Yudin Commented Jun 4, 2019 at 17:46
1 Answer
Reset to default 2While it's technically true that WP_List_Class
is internal, in the real world it's used all the time by plugins, and I think at this point it's unlikely that Core will make any breaking changes to it.