function emapi_disable in Embedded Media Field 6.3
Implementation of hook_disable().
File
- emapi/
emapi.install, line 36 - This is Embedded Media API's installation, configuration, and removal file.
Code
function emapi_disable() {
cache_clear_all('*', 'cache_emapi_xml', TRUE);
}