Skip to content

Feat: Course Coming Soon Implemented #2559

Feat: Course Coming Soon Implemented

Feat: Course Coming Soon Implemented #2559

Triggered via pull request February 13, 2025 04:31
Status Failure
Total duration 30s
Artifacts

wpcs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
WPCS: classes/Course.php#L330
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
WPCS: classes/Course.php#L356
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
WPCS: classes/Course.php#L2040
Processing form data without nonce verification.
WPCS: classes/Course.php#L2041
$_POST data not unslashed before sanitization. Use wp_unslash() or similar
WPCS: classes/Course.php#L2041
Detected usage of a non-sanitized input variable: $_POST['enable_coming_soon']
WPCS: classes/Course.php#L2041
Processing form data without nonce verification.
WPCS: classes/Course.php#L2046
Processing form data without nonce verification.
WPCS: classes/Course.php#L2047
$_POST data not unslashed before sanitization. Use wp_unslash() or similar
WPCS: classes/Course.php#L2047
Detected usage of a non-sanitized input variable: $_POST['coming_soon_thumbnail_id']
WPCS: classes/Course.php#L2047
Processing form data without nonce verification.
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/