WPIntell

Source evidence

Fix php warnings

Add Custom Fields to Media · support · 2015-06-22T17:23: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 / 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
basteln3rk unresolved
Thanks for useful plugin! I fix some PHP warnings that appeared in the admin panel – 92a93,94 > if ($media_custom_fields) { > foreach ( $media_custom_fields as $custom_field ) { 94,100c96,100 < foreach ( $media_custom_fields as $custom_field ) { < < $form_fields[ $custom_field['unique_id'] ] = array( < 'label' => $custom_field['name'] , < 'value' => get_post_meta( $post->ID, '_' . $custom_field['unique_id'] , true ), < 'helps' => $custom_field['help'] < ); --- > $form_fields[ $custom_field['unique_id'] ] = array( > 'label' => $custom_field['name'] , > 'value' => get_post_meta( $post->ID, '_' . $custom_field['unique_id'] , true ), > 'helps' => $custom_field['help'] > ); 101a102 > } 200c201 < if ( ( $_GET['delete'] ) ) { --- > if ( isset( $_GET['delete'] ) ) { 241c242 < <?php $index_count++;} ?> --- > <?php } ?> https://wordpress.org/plugins/add-custom-fields-to-media/

Comments

0 shown

No comments were stored for this source.