Feat: Course Coming Soon Implemented #2565
Annotations
10 errors and 2 warnings
WPCS:
classes/Course.php#L2055
$_POST data not unslashed before sanitization. Use wp_unslash() or similar
|
WPCS:
classes/Course.php#L2055
Detected usage of a non-sanitized input variable: $_POST['enable_coming_soon']
|
WPCS:
classes/Course.php#L2063
$_POST data not unslashed before sanitization. Use wp_unslash() or similar
|
WPCS:
classes/Course.php#L2063
Detected usage of a non-sanitized input variable: $_POST['coming_soon_thumbnail_id']
|
WPCS:
classes/Course.php#L2071
$_POST data not unslashed before sanitization. Use wp_unslash() or similar
|
WPCS:
classes/Course.php#L2071
Detected usage of a non-sanitized input variable: $_POST['enable_curriculum_preview']
|
WPCS:
classes/Course.php#L3049
Closing PHP tag must be on a line by itself
|
WPCS:
classes/Template.php#L228
Inline comments must end in full-stops, exclamation marks, or question marks
|
WPCS:
classes/Template.php#L452
Inline comments must end in full-stops, exclamation marks, or question marks
|
WPCS:
classes/Utils.php#L811
Use placeholders and $wpdb->prepare(); found interpolated variable $in_ids at AND meta_key IN ('{$in_ids}')
|
WPCS
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
WPCS
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|