Changes between Initial Version and Version 1 of Ticket #12955, comment 25
- Timestamp:
- 10/16/2015 06:17:40 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12955, comment 25
initial v1 7 7 To see how it works just drop in any WordPress site and navigate to the URL: 8 8 9 - `/wp-admin/edit.php?post_type=vp_fed_mob_apps` .9 - `/wp-admin/edit.php?post_type=vp_fed_mob_apps` 10 10 11 11 From there click forward through the next pages and notice how it loads the results from the API into the database as if a post type. If you click back to earlier pages you notice it doesn't need to reload. Also notice that if it has been 15 minutes since a post has been updated it uses the `'make_post_instance'` hook to reload the data from the API when you view a specific post.