Docs

EVF_Install::create_files()

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Create files/directories.

Hooks

apply_filters( ‘everest_forms_install_skip_create_files’ )

Change wp_evf_sessions schema to use a bigint auto increment field instead of char(32) field as the primary key. Doing this change primarily as it should reduce the occurrence of deadlocks, but also because it is not a good practice to use a char(32) field as the primary key of a table.