PHP WordPress - 在受密码保护的帖子和页面上更改密码请求表单
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP WordPress - 在受密码保护的帖子和页面上更改密码请求表单相关的知识,希望对你有一定的参考价值。
// add to functions.php
add_filter( 'the_password_form', 'custom_password_form' );
function custom_password_form() {
global $post;
$label = 'pwbox-'.( empty( $post->ID ) ? rand() : $post->ID );
$o = '<form class="protected-post-form" action="' . get_option('siteurl') . '/wp-login.php?action=postpass" method="post">
' . __( "MESSAGE TO APPEAR ABOVE THE FORM" ) . '
<label class="pass-label" for="' . $label . '">' . __( "PASSWORD:" ) . ' </label><input name="post_password" id="' . $label . '" type="password" size="30" /><input type="submit" name="Submit" class="button" value="' . esc_attr__( "Submit" ) . '" />
</form> MESSAGE TO APPEAR BELOW FORM';
return $o;
}
以上是关于PHP WordPress - 在受密码保护的帖子和页面上更改密码请求表单的主要内容,如果未能解决你的问题,请参考以下文章
在受保护的路线中传递道具
如何在受保护的 java 类上实现接口
iOS Facebook SDK 登录页面显示在受保护页面之前
公共密码无法在受保护的工作表中识别
如何在受保护的 Word 文档中使用 Word RepeatingSection ContentControl
ini Plesk允许在受保护的文件夹中访问子文件夹