Melapress / wsal-extension-template

This is the main template for all the WP Activity Log plugin extensions. This is used internally by the developers as a "core"to update all the other extensions.

Home Page:https://wpactivitylog.com/extensions/mainwp-activity-log/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WSAL_Extension_Core cannot be singleton

martinkrcho opened this issue · comments

Class WSAL_Extension_Core cannot be instantiated as singleton using get_instance method. All extensions would use the same instance with the same language domain.

Im unsure how I would change this (tho im sure its not a large task) - however, if it is needed - I do have a question @martinkrcho

If the core is the same in all extensions, and the core files use the same text-domain (which differs to the non-core files which can have there own domain), they what issue would having them all use the same instance cause?