开发人员应该关注的WordPress5.4更改
* Fires after a user login has failed. * * @since 2.5.0…
* Fires after a user login has failed.
*
* @since 2.5.0
* @since 4.5.0 The value of `$username` can now be an email address.
* @since 5.4.0 The `$error` parameter was added.
*
* @param string $username Username or email address.
* @param WP_Error $error A WP_Error object with the authentication failure details.
*/* Filters the message body of the new site activation email sent
* to the network administrator.
*
* @since MU (3.0.0)
* @since 5.4.0 The `$blog_id` parameter was added.
*
* @param string $msg Email body.
* @param int$blog_id The new site’s ID.
*/ * Sets up the Admin Bar if the current theme does not use `wp_body_open`.
* @since 5.4.0
*/
}
}
更多信息,请访问:#47053
小工具:在最近评论中避免重复的ID
在WordPress 5.4中,“最近评论”小工具将不再生成具有相同HTML ID的小工具。
即使在同一个页面很少可能有多个“最近评论”小工具实例,也请主题作者避免使用在
<ul>
元素上应用的ID来设置此小工具的样式,因为ID会因每个小工具实例的ID而不同。
更多信息,请访问:#46747
登录和注册:新参数传递给retrieve_password()中的lostpassword_post钩子
从WordPress 5.4开始,新的
$user_data
参数将传递到
retrieve_password()
中的
lostpassword_post
钩子中。
如果用户存在,
$user_data
将返回相应的
WP_User
对象。否则,参数将返回
false
。
无论哪种方式,开发人员都有另一条信息要执行。
更多信息,请访问:#38334
主题标头支持“Requires at least”和“Requires PHP”声明
WordPress 5.4在主题中增加了对所需WordPress和PHP版本的支持。
邀请主题作者在其主要样式表style.css中声明以下标头项:
Requires PHP
:声明所需的最低PHP版本。
Requires at least
:声明所需的最低WordPress版本。
更多更改,请查看本站关于 WordPress 5.4 的文章: https://www.wpdaxue.com/tag/wordpress-5-4
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!