fakat bir türlü kodları çalıştıramadım
function anthemes_contactmethods( $contactmethods ) {
$contactmethods['twitter'] = ''. esc_html__('Twitter Kullanıcı Adı', 'anthemes') .'';
$contactmethods['facebook'] = ''. esc_html__('Facebook Kullanıcı Adı', 'anthemes') .'';
$contactmethods['google'] = ''. esc_html__('Google+ Kullanıcı Adı', 'anthemes') .'';
return $contactmethods;
}
add_filter('user_contactmethods','anthemes_contactmethods',10,1);