standalone script
-
Hi, Eduard, new here…
So, basicaly, what I want to do is to make a script.php file, and when I run it I want to do the following:
– remove or change the logo (the one in the top-left corner of the admin screen)
– remove or change some other elements like Help in the top-right side of the admin menu), or other elements.this script.php, basicly, will modify the wordpress core with simple php file handling (fopen, fwrite, fclose, etc.)
Now, the question is: Where do I want to insert this code? In what core wordpress file do I want to insert the code to remove or change the things I mentioned above?
P.S. I know that this is relatively easy to do with a plugin, but I don’t want to do that because I already know. I want to learn how WordPress work.
- The topic ‘standalone script’ is closed to new replies.