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
-More details here [Subscriber Registration Checker](/docs/building-extensions/plugins/implementing-subscriber-registration-checker).+More details here [Subscriber Registration Checker](../../docs/building-extensions/plugins/implementing-subscriber-registration-checker.md).
Apply this suggestion
Suggestion importance[1-10]: 8
Why: Correcting the link is important to ensure users can access the referenced documentation correctly, which is crucial for navigating the documentation effectively.
8
Best practice
Correct a grammatical error in the documentation
Correct the grammatical error in the sentence to improve readability. The word "meet" should be changed to "met".
-This allows the plugin to be registered only when special conditions are meet, eg: only for specific application.+This allows the plugin to be registered only when special conditions are met, e.g., only for specific applications.
Apply this suggestion
Suggestion importance[1-10]: 7
Why: The suggestion correctly identifies and fixes a grammatical error, improving the documentation's clarity and professionalism.
7
Enhancement
Add a note to clarify the need for the getApplication method in the example
Add a note about the need to import or define the getApplication method in the plugin example to avoid confusion.
-$app = $this->getApplication();+$app = $this->getApplication(); // Ensure getApplication method is defined or imported
Apply this suggestion
Suggestion importance[1-10]: 5
Why: The suggestion enhances the documentation by clarifying the source or import requirement of the getApplication method, which is helpful but not critical.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
information about Subscriber Registration Checker, with example.
For PR
PR Type
documentation
Description
SubscriberRegistrationCheckerInterfacein the plugins section.SubscriberRegistrationCheckerInterface.SubscriberRegistrationCheckerInterface.Changes walkthrough 📝
implementing-subscriber-registration-checker.md
Add documentation for Subscriber Registration Checker Interfacedocs/building-extensions/plugins/implementing-subscriber-registration-checker.md
SubscriberRegistrationCheckerInterface.new-features.md
Document new SubscriberRegistrationCheckerInterface in migration notesmigrations/51-52/new-features.md
SubscriberRegistrationCheckerInterfacefor plugins.