Plugin filters / cbc compatibility

Description

Declare that current WP theme is compatible with the plugin. This filter is part of the Third party compatibility tutorial.

Parameters

$is_compatible
(boolean)(required) Theme is compatible (true) or is not (false).

Default:false

Examples

Declare WordPress theme as compatible with the plugin.

Related