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
Are two different topics, correct?
1- We'll try to add also a get_plugin method to get the object itself
2- Question about the name
If correct, I like the method to get the current plugin instance, then the dev can do:
get_plugin().load_settings()
get_plugin().path
Maybe the method get_plugin can have the argument plugin_name, if not specified it returns the current plugin instance.
Can be useful to get the plugin instance from other plugins?
Document the method "get_current_plugin_path" in the settings page
The text was updated successfully, but these errors were encountered: