bp_current_theme_supports
bp_current_theme_supports
Hook Type: filter
Displaying hooks found in version: buddypress.14.3.3apply_filters('bp_current_theme_supports') is found 1 times:
- /bp-core/bp-core-theme-compatibility.php line 1138
Warning: Undefined array key 1139 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1140 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1141 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1142 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 1143 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
113411351136113711381139* @since 14.0.0
*
* @param boolean
$supports
True
if
the theme supports the BP feature. False otherwise.
*/
return
apply_filters(
'bp_current_theme_supports'
,
$supports
,
$args
);
}