• Hello,
    I can’t reconect to my website as admin stay as “maintenace.
    1. I tray to delete the cahe but https/www.my-site/wp-admin/ allways goes login home and the page maintneance
    best regards
    Dup

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Florent Maillefaud

    (@florent73)

    Hi!

    Have you the cache plugin?

    Thanks

    Thread Starter siup

    (@siup)

    Hi,
    Thanks for the reply but the answer to your question is : No I don’t have the cache plugin
    Dommage!!
    for the moment I do “maintenance” manually in functions.php of my child thme:

    function maintenance_mode() {
    if ( !current_user_can( 'edit_themes' ) || !is_user_logged_in() ) {
       wp_die('Site en maintenance.');//bypass to remove maintenace
       wp_die(include 'maintenance.php');//bypass to remove maintenacne
                }
    }
    add_action('get_header', 'maintenance_mode');

    BEst regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘can’t log as admin doen’t work’ is closed to new replies.