Home Forums WordPress Plugins Hide My WP Unable to get into Dashboard

This topic is: not resolved

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #25448
    Tripcush
    Pro
    Post count: 45

    Hello ,

    I deactivated the plugin , and also i commented the code u gave me

    add_action( 'wp_head', '_buffer_start', 9999 );add_action( 'wp_footer', '_buffer_end', 9999 );function _buffer_start() {	ob_start();}function _buffer_end() {	$content = ob_get_clean();	$content = str_replace('/wp-content', '/inc', $content);	echo $content;}
    

    Please this is Urgent

    #25449
    Tripcush
    Pro
    Post count: 45
    This reply has been marked as private.
    #25451
    Suman M.
    Post count: 12478

    Hi, I couldn’t login to backend. Did you also rename wp-admin path name? If so, do remove a line (mentioned below) in wp-config.php file that you added while renaming wp-admin.

    define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_PATH_NAME”);

    If it’s still the issue then please rename “hide_my_wp” plugin folder name to something else like “hide_my_wpX” in /wp-content/plugins/ directory.

    Let us know!

    #25462
    Tripcush
    Pro
    Post count: 45
    This reply has been marked as private.
    #25478
    Suman M.
    Post count: 12478
    This reply has been marked as private.
    #25490
    Tripcush
    Pro
    Post count: 45
    This reply has been marked as private.
    #25500
    Tripcush
    Pro
    Post count: 45
    This reply has been marked as private.
    #25508
    Suman M.
    Post count: 12478
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.