WP_Post_Type::remove_hooks() In this article Table of ContentsSource Related Changelog ↑ Back to top Removes the future post hook action for the post type. Source public function remove_hooks() { remove_action( 'future_' . $this->name, '_future_post_hook', 5 ); } View all references View on Trac View on GitHub Related UsesDescriptionremove_action()wp-includes/plugin.phpRemoves a callback function from an action hook. Changelog VersionDescription4.6.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.