bp_current_theme_supports

bp_current_theme_supports

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_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

    1134
    1135
    1136
    1137
    1138
    1139
         * @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 );
    }