-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
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
Feat/support uplink licensing #3123
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would move the Uplink controller in the Seating directory.
* | ||
* @return void | ||
*/ | ||
public function register_plugin(): void { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the SLR feature is deactivated using the constant set in the wp-config.php
file, this registration will not happen since the Uplink\SLR_Controller
is registered in the main SLR Controller.
Why not have this controller live in the Seating
directory?
I would call the controller Uplink
, register as it is registered now in the main Seating controller and be part of the SLR feature completely.
Co-authored-by: theAverageDev (Luca Tumedei) <[email protected]>
Co-authored-by: theAverageDev (Luca Tumedei) <[email protected]>
…ort-uplink-licensing
🎫 Ticket
SL-157
🗒️ Description
🎥 Artifacts
✔️ Checklist
npm run changelog
to add changelog file(s).wpunit
orintegration
tests.wpunit
orintegration
tests.