Advertisement
Guest User

Czas ważności ciasteczka dla hasla WordPress

a guest
Feb 20th, 2017
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php
  2.  
  3. function set_password_cookie_expire() {
  4.     echo 0;
  5. }
  6. add_filter('post_password_expires', 'set_password_cookie_expire');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement