Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
How to target register_callback to Plugins tab?
This plugin code example shows how register_callback doesn’t work when Plugins tab is opened:
register_callback('kuo_plugins_test','admin_side');
function kuo_plugins_test() {
var_dump('SECTION:'.$GLOBALS['event']);
}
Is there some other callback to use to target Plugins section instead of admin_side?
Offline
Re: How to target register_callback to Plugins tab?
No. Due to security concerns plugins are not loaded when the plugin tab is active.
Offline
Offline