|
Server IP : 10.131.40.8 / Your IP : 216.73.216.15 Web Server : Apache System : Linux webd008.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : ludmqhh ( 137773) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/ludmqhh/www/guillaume/wp-content/plugins/akismet/../_flexblog-core/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
/*
Plugin Name: Flexblog Core
Plugin URI: https://themeforest.net/user/infinity-themes
Description: This is a core plugin for Infinity-Themes (Currently compatible only with Flexblog Theme).
Version: 1.0
Author: Infinity-Themes
Author URI: https://themeforest.net/user/infinity-themes
*/
/**
* ----------------------------------------------------------------------------------------
* Author Social Function
* ----------------------------------------------------------------------------------------
*/
function infinity_contactmethods( $contactmethods ) {
$contactmethods['facebook'] = esc_html__( 'Facebook', 'flexblog' );
$contactmethods['twitter'] = esc_html__( 'Twitter', 'flexblog' );
$contactmethods['instagram'] = esc_html__( 'Instagram', 'flexblog' );
$contactmethods['pinterest'] = esc_html__( 'Pinterest', 'flexblog' );
$contactmethods['bloglovin'] = esc_html__( 'Bloglovin', 'flexblog' );
$contactmethods['google_plus'] = esc_html__( 'Google Plus', 'flexblog' );
$contactmethods['tumblr'] = esc_html__( 'Tumblr', 'flexblog' );
$contactmethods['youtube'] = esc_html__( 'Youtube', 'flexblog' );
$contactmethods['vine'] = esc_html__( 'Vine', 'flexblog' );
$contactmethods['flickr'] = esc_html__( 'Flickr', 'flexblog' );
$contactmethods['linkedin'] = esc_html__( 'Linkedin', 'flexblog' );
$contactmethods['behance'] = esc_html__( 'Behance', 'flexblog' );
$contactmethods['soundcloud'] = esc_html__( 'Soundcloud', 'flexblog' );
$contactmethods['vimeo'] = esc_html__( 'Vimeo', 'flexblog' );
$contactmethods['rss'] = esc_html__( 'Rss', 'flexblog' );
$contactmethods['dribbble'] = esc_html__( 'Dribbble', 'flexblog' );
$contactmethods['envelope'] = esc_html__( 'Envelope', 'flexblog' );
return $contactmethods;
}
add_filter( 'user_contactmethods','infinity_contactmethods', 10, 1 );