Hooks & Filters

Filr provides a lot of useful filters and actions to modify the plugin’s behavior. This docs section is dedicated to developers, so expect a lot of code to read.

Action Hooks

filr_frontend_file_uploaded

This action gets executed each time a file was uploaded with the frontend uploader. This can be useful to include custom notifications, sending e-mails, or triggering other actions after the upload.

filr_custom_column

This action can be used to include custom column content into Filr libraries. This can be useful if you already included a custom column and you want to show information like ACF fields or other data per file here.

Filter Hooks

filr_header_columns

This filter can be used to add additional columns into Filr libraries. Make sure to include those columns in Filr > Settings > Libraries > Sort your columns to make them visible in the front end.

Was this article helpful?
0 Yes 0 No