[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-core/ -> bp-core-component.php (source)

   1  <?php
   2  /**
   3   * Component classes.
   4   *
   5   * @package BuddyPress
   6   * @subpackage Core
   7   * @since 1.5.0
   8   */
   9  
  10  // Exit if accessed directly.
  11  defined( 'ABSPATH' ) || exit;
  12  
  13  if ( ! class_exists( 'BP_Component' ) ) {
  14      require dirname( __FILE__ ) . '/classes/class-bp-component.php';
  15  }


Generated: Fri Apr 26 01:01:11 2024 Cross-referenced by PHPXref 0.7.1