b3_link_color()

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

  1. function b3_link_color( $link_color ) {
  2.     $link_color = '#ee6102';
  3.  
  4.     return $link_color;
  5. }
  6. add_filter( 'b3_link_color', 'b3_link_color' );

Used in

Tags