Removes already added function from filter, works similarly as WordPress function remove_filter.
Parameters
- tag – filter name
- callback – function, that will be removed, should be passed the same function, that was previously passed to berocket_add_filter
- priority – priority of function execution
