This function has been deprecated. BuddyPress 1.7.0 instead.
bp_exists( string $component_name )
bp_exists( $component_name )
Description
Parameters
- $component_name
-
(Required)
Return
(boolean)
Source
File: bp-core/deprecated/buddypress/1.7.php
59 60 61 62 63 64 65 | function bp_exists( $component_name ) { _deprecated_function( __FUNCTION__ , '1.7' ); if ( function_exists( $component_name . '_install' ) ) return true; return false; } |
Changelog
Version | Description |
---|---|
BuddyPress 1.7.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.