Open author social links in new window with EPL_SOCIAL_LINK_TARGET_BLANK constant

In order to set all the author social media links to open in a new window you will need to define a constant in your theme functions file.

Add the following constant to the file:

define( 'EPL_SOCIAL_LINK_TARGET_BLANK' , true );

Once done your social links will open in a new window.