H. Adam Lenz

Results 17 comments of 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

we would be open to sending coffee to get this going. Current Post ID and Current Date would be very useful

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