Skip to content

Remove unused filter #33

Remove unused filter

Remove unused filter #33

Triggered via push October 21, 2024 17:57
Status Failure
Total duration 20s
Artifacts

cpcs.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
CPCS: includes/settings/settings.php#L22
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$section'.
CPCS: includes/settings/settings.php#L24
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$section'.
CPCS: includes/settings/settings.php#L26
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$section'.
CPCS: includes/settings/settings.php#L30
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'FX_BUILDER_VERSION'.
CPCS: includes/settings/settings.php#L37
Processing form data without nonce verification.
CPCS: includes/settings/settings.php#L42
Processing form data without nonce verification.
CPCS: includes/settings/settings.php#L43
Processing form data without nonce verification.
CPCS: includes/settings/settings.php#L43
$_POST data not unslashed before sanitization. Use wp_unslash() or similar
CPCS: includes/settings/settings.php#L61
Processing form data without nonce verification.
CPCS: includes/settings/settings.php#L61
Detected usage of a possibly undefined superglobal array index: $_POST['fxb_google_fonts_api']. Use isset() or empty() to check the index exists before using it
CPCS: includes/settings/settings.php#L124
json_encode() is discouraged. Use wp_json_encode() instead.
CPCS: includes/settings/settings.php#L172
json_encode() is discouraged. Use wp_json_encode() instead.
CPCS: includes/fonts.php#L19
urlencode() should only be used when dealing with legacy applications rawurlencode() should now be used instead. See http://php.net/manual/en/function.rawurlencode.php and http://www.faqs.org/rfcs/rfc3986.html
CPCS: includes/fonts.php#L41
urlencode() should only be used when dealing with legacy applications rawurlencode() should now be used instead. See http://php.net/manual/en/function.rawurlencode.php and http://www.faqs.org/rfcs/rfc3986.html