\s*<', $svg ); // Remove white space between SVG tags. return $svg; } return null; } /** * Social icons SVG sources. * * @var array */ static $social_icons = array( 'facebook' => ' ', 'twitter' => ' ', 'linkedin' => ' ', 'pinterest' => ' ', 'gplus' => ' ', 'youtube' => ' ', 'rss' => ' ' ); }