Install EVF.
Related
| Uses | Description |
|---|---|
EVF_Install::create_options()includes/class-evf-install.php | Default options. |
EVF_Install::create_tables()includes/class-evf-install.php | Set up the database tables which the plugin needs to function. |
EVF_Install::create_roles()includes/class-evf-install.php | Create roles and capabilities. |
EVF_Install::create_files()includes/class-evf-install.php | Create files/directories. |
EVF_Install::create_forms()includes/class-evf-install.php | Create default contact form. |
EVF_Install::remove_admin_notices()includes/class-evf-install.php | Reset any notices added to admin. |
EVF_Install::setup_environment()includes/class-evf-install.php | Setup EVF environment – post types, taxonomies, endpoints. |
EVF_Install::create_cron_jobs()includes/class-evf-install.php | Create cron jobs (clear them first). |
EVF_Install::maybe_set_activation_transients()includes/class-evf-install.php | See if we need to set redirect transients for activation or not. |
EVF_Install::update_evf_version()includes/class-evf-install.php | Update EVF version to current. |
EVF_Install::maybe_update_db_version()includes/class-evf-install.php | See if we need to show or run database updates during install. |
EVF_Install::maybe_add_activated_date()includes/class-evf-install.php | Store the initial plugin activation date during install. |
evf_maybe_define_constant() includes/evf-core-functions.php | Define a constant if it is not already defined. |
| Used by | Description |
|---|---|
EVF_Install::check_version()includes/class-evf-install.php | Check EverestForms version and run the updater is required. |