WPIntell

Source evidence

Simple suggestions

Clean Filenames · support · 2020-01-16T04:46:00+00:00

praisesentiment
mediumseverity
0.38relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

2 / 30 rows with source links

6.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
cvladan unresolved
I’m doing this with filter, but maybe that should go into plugin: $friendly_filename = str_replace('-.', '.', $friendly_filename); // Remove - at the end (before dot) $friendly_filename = str_replace('_.', '.', $friendly_filename); // Remove _ at the end (before dot) $friendly_filename = preg_replace('/-+/', '-', $friendly_filename); // Remove multiple - $friendly_filename = preg_replace('/_+/', '_', $friendly_filename); // Remove multiple _

Comments

0 shown

No comments were stored for this source.