WPIntell

Source evidence

Better function columns_content to avoid conflicts

Affiliate Links – Link Cloaking and Management · support · 2016-06-09T15:28:00+00:00

neutralsentiment
mediumseverity
0.36relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

2 / 22 rows with source links

9.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
AFillbrandt resolved
Hi there, in admin/class-affiliate-links-metabox.php with function columns_content is a conflict with other plugnis. Better way: /** * Modify admin grid columns. */ public function columns_content( $column_name, $post_id ) { switch ( $column_name ) { case 'permalink' : echo esc_html( get_the_permalink( $post_id ) ); break; case '_affiliate_links_target' : echo esc_html( get_post_meta( $post_id, '_affiliate_links_target', true ) ); break; case '_affiliate_links_stat' : echo esc_html( get_post_meta( $post_id, '_affiliate_links_stat', true ) ); break; case '_affiliate_links_description' : echo esc_html( get_post_meta( $post_id, '_affiliate_links_description', true ) ); break; case '_affiliate_links_redirect' : echo esc_html( get_post_meta( $post_id, '_affiliate_links_redirect', true ) ); break; case '_affiliate_links_nofollow' : echo esc_html( get_post_meta( $post_id, '_affiliate_links_nofollow', true ) ); break; } } https://wordpress.org/plugins/affiliate-links/ Hi AFillbrandt, Thank you very much for pointing on this! We really appreciate this. We have fixed this. Please download latest version of the plugin. Thanks!

Comments

1 shown
TeamDev Ltd 2016-06-10T12:31:00+00:00

Hi AFillbrandt, Thank you very much for pointing on this! We really appreciate this. We have fixed this. Please download latest version of the plugin. Thanks!