Based on this comment:
#8482 (comment)
We need to clear the cache exactly as we fire rocket_after_save_options and preserve expected side effects such as validation, cache clearing, and internal consistency.
We need to list all the actions need to happen when we save the options that clear the cache and never do anything with database options for example.
Based on this comment:
#8482 (comment)
We need to clear the cache exactly as we fire
rocket_after_save_optionsand preserve expected side effects such as validation, cache clearing, and internal consistency.We need to list all the actions need to happen when we save the options that clear the cache and never do anything with database options for example.