apply_filters( 'cloudinary_is_folder_synced', $is_folder_synced, $attachment_id ) → {bool}
Filter is folder synced flag.
Parameters:
Name | Type | Description |
---|---|---|
$is_folder_synced |
bool | Flag value for is folder sync. |
$attachment_id |
int | The attachment ID. |
- Source:
Returns:
- Type
- bool