_update_blog_date_on_post_publish [ WordPress Function ]
_update_blog_date_on_post_publish ( $new_status, $old_status, $post )
| Parameters: |
|
| Defined at: |
|
Benzer Fonksiyonlar: _update_blog_date_on_post_delete, update_blog_public, update_blog_details, update_blog_status, wpmu_update_blogs_date
Handler for updating the blog date when a post is published or an already published post is changed.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- #20433 (Don't update last_updated when deleting non-published ...
comment:3 SergeyBiryukov — 5 weeks ago. Keywords has-patch added. Just removing the action seems enough. _update_blog_date_on_post_publish() ...
core.trac.wordpress.org - php /** * Sets up the default filters and actions - WordPress SVN
... add_action( 'transition_post_status', '_update_blog_date_on_post_publish', 10 , 3 ); add_action( 'admin_init', 'wp_schedule_update_network_counts'); ...
core.svn.wordpress.org - Exploring Intention When Registering Custom Post Types In ...
May 7, 2012 ... Checked for as false during _update_blog_date_on_post_publish() and _update_blog_date_on_post_delete() in ms-blogs.php to help decide ...
jeremyfelt.com - Thorsten Ott
... Syntax mode to WordPress 3.3 “Sonny” · _wp_footer_scripts · _wp_admin_html_begin · _update_generic_term_count · _update_blog_date_on_post_publish ...
thorsten-ott.de