Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <?php
  2. // wp-content/themes/mybanker/includes/rest-user-sesion.php:639
  3.  
  4. $prefix = get_template_directory() . '/templates/';
  5. switch ( $original_template ) {
  6. case $prefix . 'profile-create.php':
  7. case $prefix . 'profile-login.php':
  8. case $prefix . 'profile-reset-password.php':
  9. case $prefix . 'profile-reset-password-request.php':
  10. nocache_headers();
  11. @header( 'X-VC-Enabled: false', true );
  12. break;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement