WP_Post_Type::remove_supports

Advertisement

Summery Summery

Removes the features support for the post type.

Syntax Syntax

WP_Post_Type::remove_supports()

Source Source

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

	 * @global array $_wp_post_type_features Post type features.
	 */
	public function remove_supports() {
		global $_wp_post_type_features;

Advertisement

Changelog Changelog

Changelog
Version Description
4.6.0 Introduced.

Advertisement

Leave a Reply