php 更多信息,请访问

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 更多信息,请访问相关的知识,希望对你有一定的参考价值。

function art_social_icons($item_url) {

	$social_icons = apply_filters( 'art_social_icons', array(
		'codepen.io'      => 'codepen',
		'digg.com'        => 'digg',
		'dribbble.com'    => 'dribbble',
		'dropbox.com'     => 'dropbox',
		'facebook.com'    => 'facebook',
		'flickr.com'      => 'flickr',
		'foursquare.com'  => 'foursquare',
		'plus.google.com' => 'googleplus',
		'github.com'      => 'github',
		'instagram.com'   => 'instagram',
		'linkedin.com'    => 'linkedin-alt',
		'mailto:'         => 'mail',
		'pinterest.com'   => 'pinterest-alt',
		'getpocket.com'   => 'pocket',
		'polldaddy.com'   => 'polldaddy',
		'reddit.com'      => 'reddit',
		'skype.com'       => 'skype',
		'skype:'          => 'skype',
		'soundcloud.com'  => 'cloud',
		'spotify.com'     => 'spotify',
		'stumbleupon.com' => 'stumbleupon',
		'tumblr.com'      => 'tumblr',
		'twitch.tv'       => 'twitch',
		'twitter.com'     => 'twitter',
		'vimeo.com'       => 'vimeo',
		'vk.com'     => 'vk',
		'wordpress.org'   => 'wordpress',
		'wordpress.com'   => 'wordpress',
		'youtube.com'     => 'youtube',
	) );
		$item_label = '';
		foreach ( $social_icons as $attr => $value ) {
			if ( false !== strpos( $item_url, $attr ) ) {
				$item_label = str_replace( $item_url, esc_attr( $value ), $item_url );
			}
		}

	return $item_label;
}

以上是关于php 更多信息,请访问的主要内容,如果未能解决你的问题,请参考以下文章

php 更多信息,请访问

php 更多信息,请访问

php 更多信息,请访问

php 更多信息,请访问

php 更多信息,请访问

php 更多信息,请访问