_future_post_hook [ WordPress Function ]
_future_post_hook ( $deprecated = '', $post )
| Access: |
|
| Parameters: |
|
| Defined at: |
|
Soorgelijke functies: _save_post_hook, _publish_post_hook, wp_filter_post_kses, wp_set_post_lock, update_post_cache
Hook used to schedule publication for a post marked for the future.
The $post properties used and must exist are 'ID' and 'post_date_gmt'.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- PHPXRef 0.7 : WordPress : Function Reference: _future_post_hook()
Function and Method Cross Reference. _future_post_hook(). Defined at: /wp- includes/post.php -> line 4550. No references found.
phpxref.ftwr.co.uk - _future_post_hook() WordPress function reference, arguments and ...
Hook used to schedule publication for a post marked for the future.
queryposts.com - init - Marking future dated post as published - WordPress
Aug 12, 2010 ... <?php function setup_future_hook() { // Replace native future_post function with replacement remove_action('future_post','_future_post_hook'); ...
wordpress.stackexchange.com - #12842 (Future dated custom posts miss schedule) – WordPress Trac
(1.3 KB) - added by waltervos 2 years ago. Removes default hooking _future_post_hook to future_post and future_page and moves it to register_post_type ...
core.trac.wordpress.org