WPIntell

Source evidence

Problems with PHP 8.2?

AWP Classifieds · support · 2024-01-16T16:20:00+00:00

mixedsentiment
highseverity
0.83relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
TF28 resolved
Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /wp-content/plugins/another-wordpress-classifieds-plugin/functions.php on line 1531 Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /wp-content/plugins/another-wordpress-classifieds-plugin/functions.php on line 1531 Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /wp-content/plugins/another-wordpress-classifieds-plugin/functions.php on line 1533 Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /wp-content/plugins/another-wordpress-classifieds-plugin/functions.php on line 1533 Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /wp-content/plugins/another-wordpress-classifieds-plugin/includes/payments-api.php on line 453 Hi @tf28 Thanks for reporting these things. Those are not errors on the site, but code to let you know that a change was made to the code in the plugin. Deprecated code (sometimes called “dead code”) is the equivalent of a sticky note saying “this will be removed in the future” on targeted parts of code. The code can’t be removed immediately because consumers of that method or class still need that section to function. I hope that helps explain why you’re seeing this. If you haven’t customized the code of the plugin, you can safely ignore those! But if you’re seeing a problem with functionality, please do let us know.

Comments

1 shown
bobbied 2024-01-16T22:47:00+00:00

Hi @tf28 Thanks for reporting these things. Those are not errors on the site, but code to let you know that a change was made to the code in the plugin. Deprecated code (sometimes called “dead code”) is the equivalent of a sticky note saying “this will be removed in the future” on targeted parts of code. The code can’t be removed immediately because consumers of that method or class still need that section to function. I hope that helps explain why you’re seeing this. If you haven’t customized the code of the plugin, you can safely ignore those! But if you’re seeing a problem with functionality, please do let us know.