hi
I have to enable a plugin from my theme (tags_extrats).
I know how disable a plugin but I am not sure to enable it.
How manage $priority, especially for this plugin ?
`
function enableExtension($extension, $priority, $persistent = true) {
setOption('zp_plugin_' . $extension, $priority, $persistent);
}
`