Theme Activation, Create Database Tables

In functions.php you can create “your_set_tables_function()” and then hook it in the “after_switch_theme” hook.

Example:

add_action("after_switch_theme", "your_set_tables_function");