aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-filter.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-filter.md')
-rw-r--r--vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-filter.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-filter.md b/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-filter.md
deleted file mode 100644
index 44020eb40..000000000
--- a/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-filter.md
+++ /dev/null
@@ -1,23 +0,0 @@
-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).