Filters
Filter: FileBird Post Types
Description: Add Or Remove post type supported in FileBird Pro
Code example:
Filter: Zip File with ZipStream
Description: FileBird will automatically detect if ZipStream is currently installed on your PHP server, and if it’s not, it will automatically switch to using ZipArchive. The filter ‘fbv_use_zipstream’ helps us switch to ZipArchive if your system is currently running ZipStream but encounters an issue.
Code example:
Filter: Switch from searching using JavaScript to using an API
Please use this filter to perform searches using FileBird API:
Filter: Set the default folder for user
Description: Developers can use this filter to specify which folder should be loaded by default when the user accesses the filebird plugin.
Code example:
Filter: Set the default sorting method for files within a folder
Description: Developers can customize how files are sorted when the user first accesses a folder.
Code example:
Filter: Set the default folder sorting method for initial plugin access.
Description: This filter allows developers to define the default sorting method for folders for the plugin's first access.
Code example:
Filter: Specify the initial folder or state to load when the Filebird plugin starts.
Description: This filter lets developers define the initial folder or state that should be loaded when the filebird plugin starts up for the user.
Code example:
Last updated