Tagged Questions
0
votes
1answer
264 views
Headers already sent - Wordpress core
I'm getting an error on my site regarding "headers already sent":
Warning: Cannot modify header information - headers already sent by (output started at ........./wp-admin/menu-header.php:161) in ...
0
votes
3answers
469 views
What problems maybe happen if I remove “wp-” prefix from wordpress folders and files?
I want to hide wordpress signs from my site. So I don't want other people know that I built the website via WordPress. So I decided to remove wp- prefixes from all wordpress folders and files. And I ...
0
votes
1answer
193 views
How to remove wordpress admin bar in dashboard
I would like to rebrand wordpress. Can anyone tell me how to remove it from dashboard?
Is there any hook available. Or I should edit core files. If i should edit core file can anyone tell me which ...