You appear to be a bot. Output may be restricted
Description
Detects the social network from a URL and returns the SVG code for its icon.
Usage
twentynineteen_get_social_link_svg( $uri, $size );
Parameters
- $uri
- ( mixed ) required –
- $size
- ( mixed ) optional default: 24 –
Returns
void
Source
File name: twentynineteen/inc/icon-functions.php
Lines:
1 to 3 of 3
function twentynineteen_get_social_link_svg( $uri, $size = 24 ) { return TwentyNineteen_SVG_Icons::get_social_link_svg( $uri, $size ); }