Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #12955, comment 25


Ignore:
Timestamp:
10/16/2015 06:17:40 PM (9 years ago)
Author:
MikeSchinkel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12955, comment 25

    initial v1  
    77To see how it works just drop in any WordPress site and navigate to the URL:
    88
    9 - `/wp-admin/edit.php?post_type=vp_fed_mob_apps`.
     9- `/wp-admin/edit.php?post_type=vp_fed_mob_apps`
    1010
    1111From 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.