• Resolved hrubost

    (@hrubost)


    Hello,
    Where is save TABLE ID in WP DB?
    I want list Tables by my plugin. Thanks for help.
    Thanks for your amazing work!

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    These are stored in the wp_options database table, in the tablepress_tables option. You should however use the TablePress PHP functions to get the list, e.g.

    $table_ids = TablePress::$model_table->load_all( true );
    

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Where is stored Table ID?’ is closed to new replies.