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
There is currently some duplicate code between the two admin views. (like permission checks). This can easily be avoided by containing this code in the class-dfm-transient-admin.php file and then passing the data through the constructors for each class (since the two admin classes are instantiated in this class)
The text was updated successfully, but these errors were encountered:
There is currently some duplicate code between the two admin views. (like permission checks). This can easily be avoided by containing this code in the
class-dfm-transient-admin.php
file and then passing the data through the constructors for each class (since the two admin classes are instantiated in this class)The text was updated successfully, but these errors were encountered: