Hi Iulia,
Apologies for the confusion in my previous message. To clarify:
- 8.1.2 (current) = works fine ✓
- 8.1.3 (tested) = breaks admin JS ✗ I’ve rolled back to 8.1.2 and the issue is resolved. Environment:
- WordPress: 6.9
- PHP: 8.4.17 (also tested 8.3 – same issue with 8.1.3)
- Hosting: Raidboxes (managed WordPress) Diff between versions shows these key changes in 8.1.3:
- New filter added in inc/admin.php:
\add_filter( ‘admin_footer_text’, NAMESPACE . ‘\footer_text’ );
- show_donate_text() replaced with footer_text() function that hooks into WordPress admin footer globally
- build/style.css removed from the build folder The new admin_footer_text filter runs on all admin pages. Could there be an issue with how footer_text() handles the $screen object on certain pages? Since downgrading to 8.1.2 fixes it, this confirms something in the 8.1.3 changes causes the conflict. Thanks!
Best Regards
Philipp