cac/hide_renewal_notice
You can completely hide the renewal message with the filter cac/hide_renewal_notice
.
Place the following code in your theme’s functions.php to hide the renewal message.
/**
* Hide all renewal notices
*
* @since 3.4.3
*/
add_filter( 'cac/hide_renewal_notice', '__return_true' );