Replies
- Edward on January 12, 2019 at 4:05 pm in reply to: [Resolved] Unable to disable the BuddyPress user personal data export setting. #20153
Hi Brajesh,
Thanks for your reply!
I’ve placed the code in wp-content/plugins/bp-custom.php as follows:
<?php
add_filter( ‘bp_settings_show_user_data_page’, ‘__return_false’ );
?>Is this correct?
Appreciate your feedback.
Thanks again
Edward