PHP Интерфейс Inpsyde\MultilingualPress\SiteDuplication\AttachmentCopier

С версии: 3.0.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.