We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the main plugin class:
While it works, it represents a lot of line of codes for something that could be done by using a couple of loops and config files.
This is something we already do in Imagify & RocketCDN, so we can replicate a similar strategy here.
For the service providers instantiation:
providers.php
load()
For the subscribers part:
SubscriberServiceProvider
$subscribers
get_subscribers()
Plugin
Effort [S]
[S]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the main plugin class:
While it works, it represents a lot of line of codes for something that could be done by using a couple of loops and config files.
This is something we already do in Imagify & RocketCDN, so we can replicate a similar strategy here.
Scope a solution ✅
For the service providers instantiation:
providers.php
file which contains an array of ServiceProviders fully-qualified namesload()
methodFor the subscribers part:
SubscriberServiceProvider
, with a$subscribers
array property and aget_subscribers()
method that returns the$subscribers
$subscribers
valuePlugin
class to remove the arrays containing the subscriber aliasesEstimate the effort ✅
Effort
[S]
The text was updated successfully, but these errors were encountered: