kuzeya9

Results 4 comments of kuzeya9

> I've solved this with the following code: > > ``` > // add_action('rest_insert_{post_type}', 'onInsertItem', 10, 3); > add_action('rest_insert_page', 'onInsertItem', 10, 3); > > /** > * On subsites the...

i placed that code at plugin editor network-media-library.php

Featured image still won't show up. i have searching the problem with error_log, and result is featured image can't load because link image didn't load central gallery but localhost gallery....

this is my functions.php file and i have writed your code. post-type is `property` [functions.zip](https://github.com/humanmade/network-media-library/files/6623053/functions.zip)