/home/desid573/public_html/magicride.ng/wp-content/themes/twentynineteen/inc
Edit: /home/desid573/public_html/magicride.ng/wp-content/themes/twentynineteen/inc/icon-functions.php (1594B)
theme_location ) {
$svg = twentynineteen_get_social_link_svg( $item->url, 26 );
if ( empty( $svg ) ) {
$svg = twentynineteen_get_icon_svg( 'link' );
}
$item_output = str_replace( $args->link_after, '' . $svg, $item_output );
}
return $item_output;
}
add_filter( 'walker_nav_menu_start_el', 'twentynineteen_nav_menu_social_icons', 10, 4 );