TablePress class is no longer available
-
Hi, thank you for this great plugin. i have been using it to load data in a php class loaded functions.php to load some data using this code
if ( defined( 'TABLEPRESS_ABSPATH' ) && class_exists('TablePress') ) { TablePress::$model_options = TablePress::load_model( 'options' ); TablePress::$model_table = TablePress::load_model( 'table' ); TablePress::$controller = TablePress::load_controller( 'frontend' ); TablePress::$controller->init_shortcodes(); $table = TablePress::$model_table->load(6); /* the rest of the code here..... */ }
for some reason, today, the TablePress class is no longer available. what could be the reason ?
what can i do to include it in this code so i can use it again ?
require(?)Thanks
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘TablePress class is no longer available’ is closed to new replies.