[Plugin: WP-Table Reloaded] wp_table_reloaded_print_table()
-
Hi Tobias!
I am trying to call from a blank static php page (manually created, so not covered by shortcode) a table –> works fine with “wp_table_reloaded_print_table”.
However, this calls the entire table.I need to get certain cells from several tables.
I tried to add “require(‘..\plugins\wp-table-reloaded\wp-table-reloaded.php’);” and then call the cells by the shortcodes.
I get the following error :
Fatal error: Cannot redeclare wp_table_reloaded_print_table() (previously declared in xxx\wp-content\plugins\wp-table-reloaded\wp-table-reloaded.php:72) in xxx\wp-content\plugins\wp-table-reloaded\wp-table-reloaded.php on line 72.Is there a way, by the “wp_table_reloaded_print_table” to get specific cells instead of the whole table (or any workaround to query from pages uncovered by shortcodes)? I search the documentation, but cannot find anything related.
Many thanks in advance for your help,
Regards,
Oliver.
- The topic ‘[Plugin: WP-Table Reloaded] wp_table_reloaded_print_table()’ is closed to new replies.