WP_Post_Type::remove_supports()
Removes the features support for the post type.
Description Description
Source Source
File: wp-includes/class-wp-post-type.php
public function remove_supports() { global $_wp_post_type_features; unset( $_wp_post_type_features[ $this->name ] ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |