- Download the plugin zip file from the Hookturn website.
- Head to the plugins area of your website – e.g; https://example.com/wp-admin/plugins.php – and upload the file.
- Activate the plugin.
Enabling ACF JSON
Whilst not a requirement, we highly recommend you consider enabling ACF Local JSON before creating any tables. ACF Local JSON improves the performance of ACF and also makes it possible for you to remove ACF’s key references from your core meta tables.
Enabling ACF JSON is as simple as creating an acf-json
directory inside your theme directory. See https://www.advancedcustomfields.com/resources/local-json/ for further information.
With ACF JSON enabled, the plugin will store all custom database table definitions inside the acf-json/database-tables
directory.