Fix queries to find options #72
Annotations
4 errors and 3 warnings
Show PHPCS results in PR:
aaa-option-optimizer.php#L40
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at "SELECT count(*) AS count, SUM( LENGTH( option_value ) ) as autoload_size FROM {$wpdb->options} WHERE autoload IN ( $placeholders )"
|
Show PHPCS results in PR:
src/class-admin-page.php#L290
Use placeholders and $wpdb->prepare(); found interpolated variable $placeholders at "SELECT count(*) AS count, SUM( LENGTH( option_value ) ) as autoload_size FROM {$wpdb->options} WHERE autoload IN ( $placeholders )"
|
Show PHPCS results in PR
Process completed with exit code 1.
|
Check PHP code style
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Show PHPCS results in PR:
aaa-option-optimizer.php#L40
Replacement variables found, but no valid placeholders found in the query.
|
Show PHPCS results in PR:
src/class-admin-page.php#L290
Replacement variables found, but no valid placeholders found in the query.
|
Loading