Files
Piwigo/include/smarty/docs/programmers/api-functions/api-unregister-resource.md
2022-07-27 18:46:17 +02:00

29 lines
328 B
Markdown

unregisterResource()
dynamically unregister a resource plugin
Description
===========
void
unregisterResource
string
name
Pass in the `name` of the resource.
<?php
$smarty->unregisterResource('db');
?>
See also [`registerResource()`](#api.register.resource) and [template
resources](#resources)