mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01: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