WP_Post_Type::add_hooks()
Adds the future post hook action for the post type.
Description Description
Source Source
File: wp-includes/class-wp-post-type.php
public function add_hooks() { add_action( 'future_' . $this->name, '_future_post_hook', 5, 2 ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |