Server IP : 162.214.80.37 / Your IP : 216.73.216.68 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /opt/wp/plugins/bluehost-wordpress-plugin/inc/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php /** * WPForms upgrade affiliate link. * * @param string $url Destination URL. * * @return string */ function bluehost_wpforms_upgrade_affiliate_link( $url ) { return 'http://www.shareasale.com/r.cfm?B=837827&U=1258907&M=64312&urllink=' . rawurlencode( $url ); } add_filter( 'wpforms_upgrade_link', 'bluehost_wpforms_upgrade_affiliate_link' ); /** * All-in-One SEO upgrade affiliate link. * * @param string $url Destination URL. * * @return string */ function bluehost_aioseo_upgrade_affiliate_link( $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' );