Архив

Архив Март 2014
25 марта 2014 Нет комментариев

в functions.php темы:

function my_user_contactmethods($user_contactmethods){
	$user_contactmethods['phone']='Телефон';
	return $user_contactmethods;
}
add_filter('user_contactmethods','my_user_contactmethods');
Categories: CMS Tags: