• Resolved hoshi

    (@hoshi)


    How can i change these words,when i insert a post with a password??

    “This post is password protected. To view it please enter your password below:”

    Thanks a lot!! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Hoshi !

    wp-includes/template-functions-post.php

    It’s right at the start:
    function get_the_password_form() {
    $output = '<form action="' . get_settings('siteurl') . '/wp-pass.php" method="post">
    <p>' . __("This post is password protected. To view it please enter your password below:") . '</p>
    <p><label>'

    Thread Starter hoshi

    (@hoshi)

    Thanks Podz!! You’re very helpful!! Thanks a lot!! Bye!!!! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Password Words…’ is closed to new replies.