The post-type-support tag has no wiki summary.
0
votes
1answer
56 views
Understanding WordPress' post type support
I was hoping if someone could help me better understand WordPress' post type support.
remove_post_type_support( 'post', 'author' );
Above in example doesn't seem to actually remove the support, ...