WPIntell

Source evidence

Some warnings and errors

JSM Show Post Metadata · support · 2024-12-21T09:47:00+00:00

mixedsentiment
mediumseverity
0.72relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

5 / 34 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
toto resolved
Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/xxxxx/public_html/wp-content/plugins/jsm-show-post-meta/lib/com/util.php on line 984 Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/xxxxx/public_html/wp-content/plugins/jsm-show-post-meta/lib/com/util.php on line 984 Warning : Cannot modify header information – headers already sent by (output started at /home/xxxxx/public_html/wp-content/plugins/jsm-show-post-meta/lib/com/util.php:984) in /home/xxxxx/public_html/wp-admin/includes/misc.php on line 1438 Warning : Cannot modify header information – headers already sent by (output started at /home/xxxxx/public_html/wp-content/plugins/jsm-show-post-meta/lib/com/util.php:984) in /home/xxxxx/public_html/wp-includes/functions.php on line 7137 Warning : Cannot modify header information – headers already sent by (output started at /home/xxxxx/public_html/wp-content/plugins/jsm-show-post-meta/lib/com/util.php:984) in /home/xxxxx/public_html/wp-admin/admin-header.php on line 9 By replacing ${var} with {$var} , you make your code compatible with PHP 8.x and avoid deprecated warnings. This change does not affect functionality and ensures your code remains future-proof. return sprintf( "%.{$dec}f{$sep}%s", $bytes / pow( 1024, $factor ), $size[ $factor ] ); Yes, thank you, that change is already available in v4.6.2-dev.1. https://wordpress.org/plugins/jsm-show-post-meta/#developers I’ll probably have time later today to push out the stable version. js.

Comments

2 shown
COP 2024-12-26T05:39:00+00:00

By replacing ${var} with {$var} , you make your code compatible with PHP 8.x and avoid deprecated warnings. This change does not affect functionality and ensures your code remains future-proof. return sprintf( "%.{$dec}f{$sep}%s", $bytes / pow( 1024, $factor ), $size[ $factor ] );

JS Morisset 2024-12-26T15:29:00+00:00

Yes, thank you, that change is already available in v4.6.2-dev.1. https://wordpress.org/plugins/jsm-show-post-meta/#developers I’ll probably have time later today to push out the stable version. js.