Here’s another security/privacy related issue you may not be aware of – by default, the BP REST API is enabled, you might like to disable it:
add_filter( 'bp_rest_api_is_available', '__return_false' );
Here’s another security/privacy related issue you may not be aware of – by default, the BP REST API is enabled, you might like to disable it:
add_filter( 'bp_rest_api_is_available', '__return_false' );