Code replacement after plugin update
-
Hi! Awesome plugin!
Just a little problem, I have a template that would search products, but after updating the plugin this code does not work anymore:$tablepress_tables = TablePress::$controller->model_table->load_all(); foreach( $tablepress_tables as $table ) { // $table is now the table array, with ID, name, and description }
Is there something to replace this code? Thanks in advance!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Code replacement after plugin update’ is closed to new replies.