wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_password_form › WordPress Filter Hooks

Seit6.8.0
Veraltetn/v
apply_filters( 'the_password_form', $output, $post, $invalid_password )
Parameter: (3)
  • () output The password form HTML output.
    Erforderlich: Ja
  • () post Post object.
    Erforderlich: Ja
  • () invalid_password The invalid password message.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the HTML output for the protected post password form.

If modifying the password field, please note that the WordPress database schema limits the password field to 255 characters regardless of the value of the `minlength` or `maxlength` attributes or other validation that may be added to the input.




Quellcode

return apply_filters( 'the_password_form', $output, $post, $invalid_password );