remove_assoc_acpt_taxonomy_from_acpt_post

remove_assoc_acpt_taxonomy_from_acpt_post

Remove association between a taxonomy to a post type.

Usage

remove_assoc_acpt_taxonomy_from_acpt_post('new-tax', 'page');

Parameters

  • taxonomy (string) (Required) The taxonomy slug

  • post_type (string) (Required) The post type name

Return

  • boolean

Last updated