PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

pagination not working again

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi,

Again the pagination after filtering is not working correct.

When filter is active and going to page 2, filter is gone.

Now i have to use this snippet again:

add_filter('woobe_storage_type', function($type) {
return 'session';//session, transient
});

Could you please resolve it.

Hello

This is a conflict with your caching settings

If you disable caching on your site or configure the admin panel not to be cached (which is correct), everything will work fine

But you can paste this code into a child theme and then you won't have to repeat this operation

Thanks, do you mean the wordpress admin to not be cached or your plugin admin not to be cached?

 

What I mean is that there is no need to cache the entire admin area. This is the settings area where the user (administrator) should see the results of his changes