Igor Buyanov
Igor Buyanov
Looks like this is not working as of the most recent WordPress version if the image is uploaded to another subsite. When saving a post the thumbnails dissappears (or reverts...
For me it was not working on a plain WP 5.5.1 MU installation. The featured image dissappears when saving up the post if the image was initially uploaded to another...
Do you have the Class setup properly? Maybe you should try a plain function: ``` add_filter( 'network-media-library/site_id', function( $site_id ) { $site_id = (int) get_theme_mod( 'network_media_id' ); if ( false...
#3 fixed the overall blocker error, the script works... but still throws an error while you scroll to the top of the page.
The ability to extend Mastodon via plugins would add huge potential for the project. I think we can mimic a lot from WordPress, no need to invent the wheel again....