Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
www
/
wp-content
/
plugins
/
buddypress
/
bp-messages
/
Filename :
bp-messages-admin.php
back
Copy
<?php /** * BuddyPress Members component admin screens. * * @package BuddyPress * @subpackage MessagesAdmin * @since 3.0.0 */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; // Load the Sitewide Notices Admin. add_action( bp_core_admin_hook(), array( 'BP_Messages_Notices_Admin', 'register_notices_admin' ), 9 );