PHP 인터페이스 Inpsyde\MultilingualPress\SiteDuplication\AttachmentCopier

부터: 3.0.0
파일 보기 프로젝트 열기: inpsyde/multilingual-press 0 사용 예제들

공개 메소드들

메소드 설명
copy_attachments ( integer $source_site_id ) : boolean Copies all attachment files of the site with given ID to the current site.

메소드 상세

copy_attachments() 공개 메소드

Copies all attachment files of the site with given ID to the current site.
부터: 3.0.0
public copy_attachments ( integer $source_site_id ) : boolean
$source_site_id integer Source site ID.
리턴 boolean Whether or not any attachment files were copied.