Skip to content

Conversation

@parthnvaswani
Copy link
Collaborator

  • 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
Copy link

@rtBot rtBot left a 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

⚠️ 4 warnings


Powered by rtCamp's GitHub Actions Library

$args['labels'] = $labels;
}

register_post_type( static::SLUG, $args );
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Warning: The post type slug is not a string literal. It is not possible to automatically determine the validity of this slug. Found: static::SLUG (WordPress.NamingConventions.ValidPostTypeSlug.NotStringLiteral).

Copy link

@rtBot rtBot left a 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 warning


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'] ) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Warning: Processing form data without nonce verification (WordPress.Security.NonceVerification.Recommended).

@parthnvaswani parthnvaswani deleted the release/v1.0.0-beta branch July 31, 2025 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants