TablePress cache saved on database. So in order to delete it you have to execute:
1 2 3 4 |
delete FROM `wp_options` where option_name like '_transient_tablepress_c%' or option_name like '_transient_timeout_tablepress_c%' |
TablePress cache saved on database. So in order to delete it you have to execute:
1 2 3 4 |
delete FROM `wp_options` where option_name like '_transient_tablepress_c%' or option_name like '_transient_timeout_tablepress_c%' |