WPIntell

Source evidence

PHP Warning

Featured Audio · support · 2026-03-01T01:43:00+00:00

complaintsentiment
mediumseverity
0.87relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

6 / 26 rows with source links

23.1% 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
mystercp unresolved
Hi Nick, I wanted to share a repeating issue I've seen in my PHP Error logs with Featured Audio: PHP Warning: Undefined property: stdClass::$publish in /public/wp-content/plugins/featured-audio/featured-audio-recent-playlist-widget.php on line 80 That line is: $total_pieces = wp_count_posts( 'any' )->publish; I asked ChatGPT how to fix it and it said to replace that line with: $count_obj = wp_count_posts( 'post' ); $total_pieces = isset( $count_obj->publish ) ? $count_obj->publish : 0; This change resolved the issue and no further errors are logged.

Comments

0 shown

No comments were stored for this source.