Plugin filters / cbc compatibility taxonomy

Description

Used to specify the taxonomy under which the theme creates video posts. Please note that if your theme uses regular post type post to import videos, there’s no need to specify the taxonomy category because the plugin will fill categories automatically.
This filter is part of the Third party compatibility tutorial.

Parameters

$taxonomy
(string)(required) The post type category taxonomy.

Default:false

Examples

Set post type category taxonomy.

Related