WPIntell

Source evidence

Ajax form output filtering

Custom Post Exporter · support · 2025-03-31T11:09:00+00:00

complaintsentiment
mediumseverity
0.75relevance
0replies
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
mediakumpumatias unresolved
Hello, This plugin is a feature I was just about to create, and then fumbled upon your implementation. It’s working great! However, if I may suggest to add a filter to modify the ajax form output would be great, something like this: foreach ( $posts as $post ) { $output = sprintf( '<option value="%1$s">%2$s (%1$s)</option>', esc_attr( $post->ID ), esc_attr( $post->post_title ), ); $output = apply_filters('cp_exporter_ajax_form_output', $output, $post); echo $output; }

Comments

0 shown

No comments were stored for this source.