Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
thepassage.overlookedtracks.com
/
wp-content9
/
plugins
/
buddypress
/
bp-core
/
admin
/
Editing: bp-core-admin-slugs.php
<?php /** * BuddyPress Admin Slug Functions. * * @package BuddyPress * @subpackage CoreAdministration * @since 2.3.0 * @deprecated 12.0.0 */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; _deprecated_file( basename( __FILE__ ), '12.0.0', '', esc_html__( 'BuddyPress does not use page association anymore, you can restore it using the BP Classic plugin', 'buddypress' ) );
Save
Cancel