Skip to content

Refactor codebase to follow WordPress Coding Standards and fix logica…

9e3c05b
Select commit
Loading
Failed to load commit list.
Draft

Fix SQL logic bug and Admin UI hydration #1

Refactor codebase to follow WordPress Coding Standards and fix logica…
9e3c05b
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 11, 2025 in 0s

71 new issues (0 max.) of at least severity.

Annotations

Check warning on line 35 in faq-jsonld.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

faq-jsonld.php#L35

"require_once" statement detected. File manipulations are discouraged. Concatenating is forbidden.

Check failure on line 35 in faq-jsonld.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

faq-jsonld.php#L35

"require_once" statement detected. File manipulations are discouraged. Concatenating is forbidden.

Check warning on line 21 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L21

Operator ! prohibited; use === FALSE instead

Check warning on line 24 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L24

Operator ! prohibited; use === FALSE instead

Check warning on line 86 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L86

Implicit true comparisons prohibited; use === TRUE instead

Check warning on line 90 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L90

Implicit true comparisons prohibited; use === TRUE instead

Check warning on line 109 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L109

Implicit true comparisons prohibited; use === TRUE instead

Check warning on line 114 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L114

Implicit true comparisons prohibited; use === TRUE instead

Check warning on line 127 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L127

Implicit true comparisons prohibited; use === TRUE instead

Check failure on line 141 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L141

Unescaped output detected.

Check failure on line 141 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L141

Unescaped output detected.

Check warning on line 141 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L141

Use of echo language construct is discouraged.

Check warning on line 145 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L145

Use of echo language construct is discouraged.

Check failure on line 146 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L146

Unescaped output detected.

Check failure on line 146 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L146

Unescaped output detected.

Check warning on line 150 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L150

Use of echo language construct is discouraged.

Check warning on line 164 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L164

Direct use of $_POST Superglobal detected.

Check warning on line 164 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L164

Operator ! prohibited; use === FALSE instead

Check warning on line 177 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L177

Direct use of $_POST Superglobal detected.

Check warning on line 177 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L177

Implicit true comparisons prohibited; use === TRUE instead

Check warning on line 197 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L197

Direct use of $_POST Superglobal detected.

Check warning on line 206 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L206

Direct use of $_POST Superglobal detected.

Check warning on line 215 in includes/admin.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/admin.php#L215

Direct use of $_POST Superglobal detected.

Check warning on line 14 in includes/class-fqjcli.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/class-fqjcli.php#L14

Operator ! prohibited; use === FALSE instead

Check warning on line 15 in includes/class-fqjcli.php

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

includes/class-fqjcli.php#L15

Use of exit language construct is discouraged.