WPDev.one
Core Function
View Source on Trac ↗

remove_post_type_support()

remove_post_type_support( mixed $post_type, mixed $feature )

Removes support for a feature from a post type.

Parameters 2 required

Name / Type Description
$post_type
string

The post type for which to remove the feature.

Required
$feature
string

The feature being removed.

Required

Return Value

(void)
No return value description available.

Function Information

Since Version
3.0.0
Source File
wp-includes/post.php
Advertisement