cdc73bc010
Fix remaining code quality issues
...
- Fixed method names to use snake_case as required by WordPress coding standards
- Added proper spacing in filter_input function call
- Added periods at the end of inline comments
- Fixed parameter documentation in Plugin class
- Updated CSS media query to use context notation
2025-04-21 15:18:11 +01:00
67c6c65611
Fix camelCase naming and superglobal access issues
...
- Renamed methods to follow camelCase convention (initialize_hooks -> initializeHooks, enqueue_admin_assets -> enqueueAdminAssets)
- Renamed variables to follow camelCase convention (plugin_version -> pluginVersion)
- Replaced direct superglobal access with filter_input() for better security
- Simplified commented-out code with a clear TODO comment
2025-04-21 15:14:15 +01:00
4c1bee9dbe
Fix CSS and JavaScript formatting issues
...
- Updated stylelint configuration to fix CSS formatting issues
- Updated ESLint configuration to fix JavaScript issues
- Added global variables to ESLint configuration
2025-04-21 15:04:05 +01:00
200cc5671d
Fix indentation issues in PHP files
...
- Fixed tabs vs spaces indentation issues in PHP files
- Updated phpcs.xml configuration
2025-04-21 15:01:09 +01:00
51183c378e
Fix: Correct PHPCS alignment and update wp_mock constraint
2025-04-18 18:19:48 +01:00
71c0a77a31
Fix: Update PHPUnit bootstrap and fix comment punctuation
2025-04-18 18:16:31 +01:00
058ae4b64e
Fix: Rename class files and apply coding standard fixes
2025-04-18 18:08:51 +01:00
275958bfdb
Fix: Apply latest phpcbf formatting fixes
2025-04-18 18:01:52 +01:00
0874c4f59e
Apply stashed changes after merging test workflow fix
2025-04-18 17:54:07 +01:00
c7b590870c
Initial commit of WordPress Plugin Starter Template for AI Coding
Tests / PHP 7.0 (push) Has been cancelled
Tests / PHP 7.4 (push) Has been cancelled
Tests / PHP 8.0 (push) Has been cancelled
Tests / Code Style (push) Has been cancelled
Sync Wiki / Sync Wiki to GitHub (push) Has been cancelled
Release / Build and Release (push) Has been cancelled
2025-04-18 03:09:39 +01:00