<?php // تغییر پیام خطای ورود در وردپرس function wrong_login(){return 'اطلاعات ورود اشتباه است!'}add_filter('login_errors','wrong_login');