Summery Summery
Removes the features support for the post type.
Syntax Syntax
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
Version | Description |
---|---|
4.6.0 | Introduced. |