#9140 closed defect (bug) (reported-upstream)
"Discourage search engines from indexing this site" prevents bbPress activity to be recorded.
Reported by: | Lorangeo | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
When the option "Discourage search engines from indexing this site" is checked in the WP Reading settings, the bbPress activity is not being recorded anymore, and doesn't show on the activity feed. I think this is not logical and these settings are two different and unrelated things.
Change History (1)
Note: See
TracTickets for help on using
tickets.
This is a bbPress issue. See https://bbpress.trac.wordpress.org/ticket/2151 . You can override the default bbPress behavior by using the following code snippet in your theme's functions.php or another place like in /wp-content/mu-plugins/ or /wp-content/plugins/bp-custom.php
add_filter( 'bbp_is_site_public', '__return_true' );