-
Notifications
You must be signed in to change notification settings - Fork 0
Chore: Initial commit #3
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
Conversation
parthnvaswani
commented
Jul 31, 2025
- Migrated code from private repository
- Prepares for first public release
- Preserves original functionality and history
- Migrated code from private repository - Prepares for first public release - Preserves original functionality and history
rtBot
left a comment
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.
Code analysis identified issues
action-phpcs-code-review has identified potential problems in this pull request during automated scanning. We recommend reviewing the issues noted and that they are resolved.
phpcs scanning turned up:
🚫 1 error
Powered by rtCamp's GitHub Actions Library
| $args['labels'] = $labels; | ||
| } | ||
|
|
||
| register_post_type( static::SLUG, $args ); |
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.
rtBot
left a comment
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.
Code analysis identified issues
action-phpcs-code-review has identified potential problems in this pull request during automated scanning. We recommend reviewing the issues noted and that they are resolved.
phpcs scanning turned up:
Powered by rtCamp's GitHub Actions Library
| public function handle_design_library_redirect(): void { | ||
| // phpcs:ignore WordPress.Security.NonceVerification.Recommended | ||
| // Only run on our specific admin page | ||
| if ( ! isset( $_GET['page'] ) || 'design-library' !== $_GET['page'] ) { |
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.