芝麻web文件管理V1.00
编辑当前文件:/home/soundframestudio/public_html/wp-content/themes/betheme/includes/include-social.php
'; $social_links['order'] = explode( ',', $social_links['order'] ); foreach( $social_links['order'] as $social ){ if( false !== strpos($social, 'custom') ){ if( 'custom' === $social ){ $postfix = ''; } else { $postfix = str_replace('custom-', '', $social); $postfix = '-'. $postfix; } if (mfn_opts_get('social-custom-icon'. $postfix) && mfn_opts_get('social-custom-link'. $postfix)) { $title = mfn_opts_get('social-custom-title'. $postfix); echo '
'; } } elseif( 'rss' == $social ) { if (mfn_opts_get('social-rss')) { echo '
'; } } else { $item = mfna_social($social); if( ! empty( $social_links[$social] ) ){ // add missing https:// $re = '/\/\/|#/'; if( ! preg_match($re, $social_links[$social]) ){ $social_links[$social] = 'https://'. $social_links[$social]; } echo '
'; } } } echo ''; }