diff --git a/plugins/faustwp/faustwp.php b/plugins/faustwp/faustwp.php index 0f6b3750c..cfc294469 100644 --- a/plugins/faustwp/faustwp.php +++ b/plugins/faustwp/faustwp.php @@ -45,6 +45,7 @@ require FAUSTWP_DIR . '/includes/rest/callbacks.php'; require FAUSTWP_DIR . '/includes/settings/callbacks.php'; require FAUSTWP_DIR . '/includes/updates/callbacks.php'; +require FAUSTWP_DIR . '/includes/updates/upgrade-database.php'; require FAUSTWP_DIR . '/includes/utilities/callbacks.php'; if ( is_events_enabled() ) { diff --git a/plugins/faustwp/includes/settings/callbacks.php b/plugins/faustwp/includes/settings/callbacks.php index 73a50fac8..7b0e6a088 100644 --- a/plugins/faustwp/includes/settings/callbacks.php +++ b/plugins/faustwp/includes/settings/callbacks.php @@ -45,7 +45,7 @@ function register_settings_menu() { * @return void */ function register_settings() { - register_setting( 'wpe_headless', 'wpe_headless' ); + register_setting( 'faustwp_settings', 'faustwp_settings' ); } add_action( 'admin_init', __NAMESPACE__ . '\\register_settings_section' ); @@ -182,7 +182,7 @@ function display_menu_locations_field() { $menu_locations = faustwp_get_setting( 'menu_locations', 'Primary, Footer' ); ?> - +
@@ -209,7 +209,7 @@ function display_secret_key_field() {
?>
-
+
-
+