{$method}($attributes); } } return $container; } else { $method = 'store' . ucwords($key); } do_action_deprecated( 'fluentform_saving_global_settings_with_key_method', [ $attributes ], FLUENTFORM_FRAMEWORK_UPGRADE, 'fluentform/saving_global_settings_with_key_method', 'Use fluentform/saving_global_settings_with_key_method instead of fluentform_saving_global_settings_with_key_method.' ); do_action('fluentform/saving_global_settings_with_key_method', $attributes); if (in_array($method, $allowedMethods)) { return $globalSettingsHelper->{$method}($attributes); } } }