What i want to achieve is, to call a custom action which calls a plugin, which in turn executes custom code.
Using this code:
![]()
The custom action:
![]()
The plugin:
![]()
![]()
Actually i only want to pass parameters to the custom action, which should in turn call the plugin and supply the parameters.
Nothing else more.