How to hide wp-admin in WordPress?

3 Answer(s)

use this function <?Php wp_admin_bar(‘false’); ?> in the functions.php file and that it, if you still have query you can check the https:://360smsapp.com and then  press “control + u”, you will see the source code, you will see that I have already hide the admin bar by using the function.

Default Answered on January 23, 2020.

Hello,
Please write in details.

Where do I write this code in .function.php


<?Php wp_admin_bar(‘false’); ?>

Thanks.

on January 23, 2020.
Add Comment

go to the functions.php file,  which is located in the “wp_content” folder, in this folder you will find “themes” folder, select the theme which is currently running, and then click on the theme, there you will get the functions.php file, and write the code in last

use this function


<?Php wp_admin_bar('false'); ?>


in the functions.php file and that it, if you still have query you can check the 360smsapp and then  press “control + u”, you will see the source code, you will see that I have already hide the admin bar by using the function.

 

Default Answered on February 4, 2020.
Add Comment
  1. Open your WordPress site and login to WP Admin.
  2. Click Plugins then “Add New”
  3. Search for Install WPS Hide Login and install and activate the plugin.
  4. The page will redirect you to the settings. …
  5. You can change this option any time you want, just go back to Settings › General › WPS Hide Login.
Default Answered on September 22, 2021.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.