H. Adam Lenz
H. Adam Lenz
also under post meta in the db is an entry for each group _bu_section_group_users with a list of all the user's ids in that group
same, the fix is working though, you just have to make a zeroth breakpoint
i came here to second this
we would be open to sending coffee to get this going. Current Post ID and Current Date would be very useful
We are also seeing this problem
this was a problem when custom fonts were added to gutenberg... https://make.wordpress.org/core/2024/03/21/font-library-update-storage-of-font-files/. it's the same type of problem. instead of using `WP_CONTENT_DIR` `wp_get_upload_dir()` should be used instead like ```php $wp_upload_dir...
also, to add multisite support isn't that big of a deal, it seems