Changeset 96 for trunk/wp-content/plugins/xpressme/xpressme.php
- Timestamp:
- Mar 6, 2009, 5:16:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/xpressme.php
r95 r96 27 27 remove_action( 'pre_post_update', 'wp_save_post_revision' ); // Not Save Post Revision 28 28 } 29 30 //XOOPS Bloack Cache Refresh 29 31 add_action("comment_post", "block_cache_refresh"); 30 32 add_action("edit_comment", "block_cache_refresh"); 31 add_action(" delete_comment","block_cache_refresh");32 add_action("delete _post", "block_cache_refresh");33 add_action("wp_set_comment_status","block_cache_refresh"); //wp_delete_comment() at deleted 34 add_action("deleted_post", "block_cache_refresh"); 33 35 add_action("publish_post", "block_cache_refresh"); 34 36 add_action("edit_post", "block_cache_refresh"); 35 37 add_action("private_to_published", "block_cache_refresh"); 36 add_action(" wp_set_comment_status", "block_cache_refresh");38 add_action("transition_post_status", "block_cache_refresh"); 37 39 38 40 add_action("the_content", "set_post_views_count");
Note: See TracChangeset
for help on using the changeset viewer.