Indirect modification of…WP_Plugins_List_Table::$items has no effect
-
Message: Notice: Indirect modification of overloaded property WP_Plugins_List_Table::$items has no effect
The offending code (in my plugin):
$wp_list_table->items[$plugin_file] = ...... uasort( $wp_list_table->items, .....Result: My plugin destroys the Installed Plugins page, leaving an empty list.
New behaviour since 3.9.1.
Any thoughts on how I should be doing this in Version 4 would be greatly appreciated. If it is a bug, I’ll be happy to submit a bug report, but I just don’t know.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Indirect modification of…WP_Plugins_List_Table::$items has no effect’ is closed to new replies.