WP_Post_Type::remove_hooks

Advertisement

Summery Summery

Removes the future post hook action for the post type.

Syntax Syntax

WP_Post_Type::remove_hooks()

Source Source

File: wp-includes/class-wp-post-type.php

	 * @since 4.6.0
	 */
	public function remove_hooks() {

Advertisement

Changelog Changelog

Changelog
Version Description
4.6.0 Introduced.

Advertisement

Leave a Reply