Transient should be purged when new pages are added
-
After updating the plugin, I discovered that newly added pages do not show up in the list of pages. I had to use phpmyadmin to delete _transient_dw_details from wp_options.
Please flush the transient when pages are added, or else provide an option to do so in the plugin settings perhaps. It’s inconvenient using phpymyadmin, or waiting one week for the transient to expire.
—————————————–
PS: I looked at the plugin code, and I see this line:
add_action('save_post_page', array(&$this, 'delete_transient'));
This *should* delete the transient when a new page is created, but for some reason it’s not.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Transient should be purged when new pages are added’ is closed to new replies.