Adds new functions for filtering on calling berocket_apply_filters, works similarly as WordPress function add_filter.
Parameters
- tag – filter name
- callback – name of the function that will work for the filter; the function should be global
- priority – priority of execution of functions for the same filter
