Action hook 'unregistered_post_type'

in WP Core File wp-includes/post.php at line 1887

Description

Fires after a post type was unregistered.

Occurrences

Filename Line Number
wp-includes/post.php 1887

Parameters

Type Name Description
string $post_type Post type key.

PHP Doc

/**
	 * Fires after a post type was unregistered.
	 *
	 * @since 4.5.0
	 *
	 * @param string $post_type Post type key.
	 */