Installer
Installer class.
Description Description
Handles installation of Blocks plugin dependencies.
Source Source
File: packages/woocommerce-blocks/src/Installer.php
Methods Methods
- __construct — Constructor
- add_create_table_notice — Add a notice if table creation fails.
- init — Initialize class features.
- install — Installation tasks ran on admin_init callback.
- maybe_create_table — Create database table, if it doesn't already exist.
- maybe_create_tables — Set up the database tables which the plugin needs to function.