Skip to content

Commit

Permalink
Merge pull request #100 from bluehost/partner-link-update
Browse files Browse the repository at this point in the history
Update partners.php
  • Loading branch information
0aveRyan authored Jun 7, 2021
2 parents f130247 + 3406008 commit c2e0dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/partners.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function bluehost_wpforms_upgrade_affiliate_link( $url ) {
* @return string
*/
function bluehost_aioseo_upgrade_affiliate_link( $url ) {
return 'http://www.shareasale.com/r.cfm?B=837827&U=1258907&M=64312&urllink=' . rawurlencode( $url );
return 'http://www.shareasale.com/r.cfm?B=1491200&U=1258907&M=94778&urllink=' . rawurlencode( $url );
}

add_filter( 'aioseo_upgrade_link', 'bluehost_aioseo_upgrade_affiliate_link' );

0 comments on commit c2e0dea

Please sign in to comment.