Answers for "how to hide wordpress admin path"

PHP
4

admin bar hide wordpress

add_filter('show_admin_bar', '__return_false');
Posted by: Guest on May-05-2021
0

How to hide Directory Browsing in WordPress from server?

Add following code in htaccess file
Options -Indexes
Posted by: Guest on May-13-2021

Code answers related to "how to hide wordpress admin path"

Browse Popular Code Answers by Language