WP_Post_Type::remove_supports() In this article Table of ContentsSource Changelog ↑ Back to top Removes the features support for the post type. Source public function remove_supports() { global $_wp_post_type_features; unset( $_wp_post_type_features[ $this->name ] ); } View all references View on Trac View on GitHub Changelog VersionDescription4.6.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.