You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using this boilerplate for many plugins, but everytime we need a custom solution to have the same function in the Admin and Public class. Is it possible to add some support by default like : ( "UTILS" below can be juste a PLUGINNAME_Utility or other, its just an exemple )
PLUGINNAME_Public extends UTILS ...
and
PLUGINNAME_Admin extends UTILS ...
? Because sometimes we need to use the same fonctionnality in theses 2 Classes. Thanks
The text was updated successfully, but these errors were encountered:
Hi,
We are using this boilerplate for many plugins, but everytime we need a custom solution to have the same function in the Admin and Public class. Is it possible to add some support by default like : ( "UTILS" below can be juste a PLUGINNAME_Utility or other, its just an exemple )
PLUGINNAME_Public extends UTILS ...
and
PLUGINNAME_Admin extends UTILS ...
? Because sometimes we need to use the same fonctionnality in theses 2 Classes. Thanks
The text was updated successfully, but these errors were encountered: