芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/wordpress-5.0.22/wp-content/themes/twentynineteen/inc/icon-functions.php
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 );