WPIntell

Source evidence

php 7.2 compatibility

XML for Google Merchant Center · support · 2021-10-30T20:15: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.

5 / 25 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
brutealex resolved
Hi Since we start using your great plugin on old server with php 7.2 there is one small suggestion. add 3 lines in xfgmc_get_first_feed_id function like below if (version_compare(PHP_VERSION, '7.3.0') >= 0) { return array_key_first($xfgmc_settings_arr); } else { reset($xfgmc_settings_arr); return key($xfgmc_settings_arr); } So it will be working as usual without php fatal errors. Thanks for your feedback. I did it a little differently. Update to 2.6.2

Comments

1 shown
icopydoc 2021-11-06T20:19:00+00:00

Thanks for your feedback. I did it a little differently. Update to 2.6.2