WP_Post_Type::remove_hooks()

In this article

Removes the future post hook action for the post type.

Source

public function remove_hooks() {
	remove_action( 'future_' . $this->name, '_future_post_hook', 5 );
}

Changelog

VersionDescription
4.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.