Useful Link: https://bulk-editor.com/document/more-settings-implicit
add_filter('woobe_storage_type', function($type) {
return 'session';//session, transient
});
Useful Link: https://bulk-editor.com/document/more-settings-implicit
add_filter('woobe_storage_type', function($type) {
return 'session';//session, transient
});