Plugin filters / cbc compatibility theme name

Description

When making your WordPress theme compatible with the plugin, use this filter to pass to the plugin the theme name that you want to see displayed in your WordPress video importing screens.
This filter is part of the Third party compatibility tutorial.

Parameters

$theme_name
(string)(required) The theme name that you want to see displayed in plugin video importing screens.

Default:Current active theme name

Examples

Change displayed theme name to anything you like. By default, the plugin will display your active theme name.

Related