Thank you for support
My website have woocomerce plugin. I hidden from 105 to 109 in uploadmediabyurl.php
105 //if ( $post_type == 'shop_order' ) return; // fix issue of plugin being loaded on WooCommerce pages
106 // make sure plugin is not conflicting with WooCommerce at all
107// if( function_exists("is_shop") ) {
108// return;
109// }
It working ok.