Plugin filters / cbc compatibility theme url

Description

When making your WordPress theme compatible with the plugin, use this filter to pass to the plugin the theme URL that you want to see displayed into the plugin pages. By default, the plugin will use your currently active theme URL.
This filter is part of the Third party compatibility tutorial.

Parameters

$url
(string)(required) Theme URL.

Default:Currently active theme URL.

Examples

Related