-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add launchpad (Closes #133) #134
Conversation
@CrochetFeve0251 Can you tell why the framework looks loaded twice? |
@nicomollet the issue with the above code is that you included a subscriber twice. |
Sure I will look into it @CrochetFeve0251 |
Updated WP tested up to: 6.5.5
src/Admin/AdminPage.php
Outdated
@@ -58,22 +41,19 @@ class AdminPage | |||
* | |||
* @var string | |||
*/ | |||
private $template_path; | |||
private string $template_path; |
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.
@nicomollet I think this typing wasn't available in php 7.3
✅ Tested with PHP:
|
Closes #133
RLL adapted to Launchpad structure