Description
This filters the link color used in emails.
Arguments
- $color(string) - Your custom link color. Must be a valid hex value, including hashtag.
Return
(string) link color in hex value
Usage
function b3_link_color( $link_color ) {
$link_color = '#ee6102';
return $link_color;
}
add_filter( 'b3_link_color', 'b3_link_color' );
Used in
- admin/preview.php - line 91
- includes/do-stuff.php - line 368
- includes/emails/email-styling.php - line 30
- includes/tabs/tab-emails.php - line 17
- includes/tabs/tab-emails.php - line 18