路徑 /AffiliateWP/includes/admin/class-notices.php
找到 class-notices.php 檔案的 180 行,然後將下面的程式碼註釋掉。
/** if ( 'expired' === affiliate_wp()->settings->check_license() ) {
echo '<div class="error info"><p>' . __( 'Your license key for AffiliateWP has expired. Please renew your license to re-enable automatic updates.', 'affiliate-wp' ) . '</p></div>';
} elseif ( 'valid' !== affiliate_wp()->settings->check_license() ) {
echo '<div class="notice notice-info"><p>' . sprintf( __( 'Please <a href="%s">enter and activate</a> your license key for AffiliateWP to enable automatic updates.', 'affiliate-wp' ), admin_url( 'admin.php?page=affiliate-wp-settings' ) ) . '</p></div>';
} */
臨時方法,外掛升級後記得修改,這些都是年付費產品,每年都得續費,所以秘鑰 key 基本上沒啥用,等到確實有必有購買許可證的時候再購買。