企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
``` // adjust error message WP login screen - adapt output to make it your own function so_failed_login () { return __( 'the login information you have entered is incorrect.', 'textdomain' ) } add_filter ( 'login_errors', 'so_failed_login' ); ```