aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-filter.md
blob: 44020eb4073f4a83064a08bfbd785e8e1668f06b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
unregisterFilter()

dynamically unregister a filter

Description
===========

void

unregisterFilter

string

type

string\|array

callback

Use this to dynamically unregister filters. It uses the following
parameters:

See also [`registerFilter()`](#api.register.filter).