On updating to the new v260909 I’m now presented with a notice on every admin page load and I can’t dismiss the notice.
Each notice ends by saying “Delivery has not been changed automatically” so if that is the default behaviour from now on the notice should be dismissible rather permanent on each page load.
Also I want to optimise for peak performance wrt caching so any advice would be appreciated.
I can commend out line 97 in s2member/src/includes/hooks.inc.php
add_action('admin_notices', 'c_ws_plugin__s2member_utils_assets::static_assets_admin_notice');
And that will stop the notices appearing but its a workaround rather than a fix.
