Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
www
/
wp-content
/
plugins
/
buddypress
/
bp-core
/
Filename :
bp-core-component.php
back
Copy
<?php /** * Component classes. * * @package BuddyPress * @subpackage Core * @since 1.5.0 */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; if ( ! class_exists( 'BP_Component' ) ) { require dirname( __FILE__ ) . '/classes/class-bp-component.php'; }