Did you try to use wp_insert_attachment() instead of wp_insert_post() ? ... $attach_id = wp_insert_attachment( $attachment ...
確定! 回上一頁