Conversation
b-l-i-n-d
marked this pull request as ready for review
July 30, 2026 05:24
- Replace brand-logo specific field with reusable image_upload_list - Update JS and SCSS selectors to the new generic classes
- Replace page_elements specific field with reusable toggle_matrix - Update SCSS selectors to the new generic classes
Add Template::get_site_shell_data() as the single source of truth for theme header/footer visibility and header selector, and consume it from the dashboard, account, and learning-area templates.
sazedul-haque
approved these changes
Aug 21, 2026
harunollyo
requested changes
Aug 24, 2026
|
|
||
| if ( 'imported' === $action ) { | ||
| if ( ! empty( $save_import_data ) ) { | ||
| if ( ! empty( $save_import_data['dataset'] ) ) { |
Collaborator
Author
There was a problem hiding this comment.
This resolved phpstan warnings
|
|
||
| if ( 'imported' === $action ) { | ||
| if ( ! empty( $save_import_data ) ) { | ||
| if ( ! empty( $save_import_data['dataset'] ) ) { |
Collaborator
Author
There was a problem hiding this comment.
This resolved phpstan warnings
| $multiple_select = "multiple='multiple'"; | ||
| } | ||
|
|
||
| $classes = ''; |
Collaborator
Author
There was a problem hiding this comment.
This resolved phpstan warnings
| $multiple_select = "multiple='multiple'"; | ||
| } | ||
|
|
||
| $classes = ''; |
Collaborator
Author
There was a problem hiding this comment.
This resolved phpstan warnings
| @@ -0,0 +1,107 @@ | |||
| <?php | |||
Collaborator
There was a problem hiding this comment.
file name should be - dash instead of underscore
Collaborator
Author
There was a problem hiding this comment.
All fields currently use underscores (_) in their naming convention; using dashes (-) would be an antipattern.
| @@ -0,0 +1,101 @@ | |||
| <?php | |||
Collaborator
There was a problem hiding this comment.
same here for file name
Collaborator
Author
There was a problem hiding this comment.
All fields currently use underscores (_) in their naming convention; using dashes (-) would be an antipattern.
shewa12
reviewed
Aug 24, 2026
shewa12
reviewed
Aug 24, 2026
…ader and footer methods
…d course builder logo
…d update sidebar z-index
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Linked PR: https://github.com/themeum/tutor-pro/pull/1885