lightgallery_other_files — Display “other files” from lightGallery,

New in version 3.1.

View-related functions

Summary

lightgallery_other_files($files)

Display “other files” from lightGallery,

This displays a simple list of links to the files; only files that are not supported by lightGallery are included in the results. Using this function only really makes sense if you’re also using lightgallery(), and the same array of files should be passed to both functions.

Parameters:
  • $files (array) – Array of files to display

Returns:

string HTML

Usage

Examples

See Also