[buddypress-trac] [BuddyPress Trac] #9309: Support for WordPress 6.9
buddypress-trac
noreply at wordpress.org
Mon Dec 29 16:55:08 UTC 2025
#9309: Support for WordPress 6.9
-------------------------+---------------------
Reporter: espellcaste | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 14.5.0
Component: Core | Version:
Severity: normal | Resolution:
Keywords: has-patch |
-------------------------+---------------------
Comment (by espellcaste):
@vapvarun Sorry, but I still can't replicate this issue. :(
I'd love more info on what you setup looks like. Let me share mine based
on your comment here and
[https://wordpress.slack.com/archives/C02RQBYUG/p1766814745293299?thread_ts=1766806015.675399&cid=C02RQBYUG
in Slack].
* WordPress 6.9
* PHP 8.3
* Themes: [https://github.com/vapvarun/buddyx BuddyX] and
[https://zipwp.org/themes/astra/ Astra]
* The theme has a `wp-content/themes/buddyx/buddypress/members/members-
loop.php`
* Added `wp-content/themes/buddyx/buddypress/members/index.php` copied
from BuddyPress core
* Template pack: BP Nouveau
* Added this in the plugin:
{{{
#!php
add_action( 'bp_before_directory_members_content', function() {
echo do_blocks( '<!-- wp:test-block-styles/notice /-->' );
});
}}}
* mu-plugin with: `add_filter( 'bp_use_theme_compat_with_current_theme',
'__return_false' );`. This one doesn't seem to be doing what I expect. See
the screenshots below from the Astra theme and BuddyX (your theme). There
is no content being used. From BuddyPress or otherwise.
I'm not 100% familiar with this feature, so it is possible you have
something hooked up, that I don't. 🤔 Based on
[https://github.com/buddypress/buddypress/blob/6df1161884a3489cf9c41d98a7a9de90e0202e84/src
/bp-core/bp-core-theme-compatibility.php#L200-L227 the code here], the
theme compact is being used but you are disabling it.
However, even including custom theme templates and loading the block in
those templates, I still can't the replicate the reported issue.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/9309#comment:15>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list