php 重新排序简单的社交图标
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 重新排序简单的社交图标相关的知识,希望对你有一定的参考价值。
//* Reorder icons in Simple Social Icons plugin
add_filter( 'simple_social_default_profiles', 'custom_reorder_simple_icons' );
function custom_reorder_simple_icons( $icons ) {
// Set your new order here
$new_icon_order = array(
'behance' => '',
'bloglovin' => '',
'dribbble' => '',
'email' => '',
'facebook' => '',
'flickr' => '',
'github' => '',
'gplus' => '',
'instagram' => '',
'linkedin' => '',
'medium' => '',
'periscope' => '',
'phone' => '',
'pinterest' => '',
'rss' => '',
'snapchat' => '',
'stumbleupon' => '',
'tumblr' => '',
'twitter' => '',
'vimeo' => '',
'xing' => '',
'youtube' => '',
);
foreach( $new_icon_order as $icon => $icon_info ) {
$new_icon_order[ $icon ] = $icons[ $icon ];
}
return $new_icon_order;
}
以上是关于php 重新排序简单的社交图标的主要内容,如果未能解决你的问题,请参考以下文章
php Enfold的社交图标短代码
php 社交媒体链接小工具与图标
标题.php内置搜索和社交图标
php 社交菜单 - 根据锚点href自动设置FontAwesome图标
css 简单的社交图标媒体查询
php AppThemes的Vantage没有关注目录链接和社交图标。将其替换为single-listing.php上的内容替换为a