Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For this, you could use a TablePress PHP function:

    $table_id = '123';
    $table = TablePress::$model_table->load( $table_id );
    var_dump( $table['data'] );

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘fetch data in array form on any php file’ is closed to new replies.