mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-04-30 10:34:58 +02:00
328 B
328 B
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() and template
resources