Plugin filters / cbc compatibility post type

Description

Used with filter cbc compatibility to specify the post type used by the currently active WordPress theme for video posts. This filter is part of the Third party compatibility tutorial.

Parameters

$variable
(string)(required) Post type name.

Default:false

Examples

Specify that theme uses post type “post” for video posts.

Related