bbp_themes_url
bbp_themes_url
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_themes_url') is found 1 times:
- /bbpress.php line 232228229230231232233234235236237238
$this
->lang_dir = apply_filters(
'bbp_lang_dir'
, trailingslashit(
$this
->plugin_dir .
'languages'
) );
// Templates
$this
->themes_dir = apply_filters(
'bbp_themes_dir'
, trailingslashit(
$this
->plugin_dir .
'templates'
) );
$this
->themes_url = apply_filters(
'bbp_themes_url'
, trailingslashit(
$this
->plugin_url .
'templates'
) );
}
/**
* Smart defaults to many bbPress specific
class
variables.
*
* @since 2.6.0 bbPress (r6330)