Actually February 9th is an inventor’s birth that marks this day in history: David Wheeler was born February 9, 1927. In 1951 he introduced this new concept.
So What In The World Is The Wheeler Jump
This concept saved storage space as well as made it easy for updating. Rather than having to change the same code used in multiple programs and multiple times, the programmer only had to change the subroutine.
For those of you who were or are programmers, you will recognize this as a precursor to the “goto” statement used in the programming language, Basic. Well do I remember the days of Basic and the push that it was the language to use.
So Do We Use Any Programming Languages Or Subroutines In WordPress?
To Say It Another Way
WordPress uses PHP to do all of its processing including the following:
- Figures out what the URL’s web request is and render the web page out to the browser,
- Calls the theme
- Calls plugins
- Builds the web pages and interfaces (backend and front end)
- Determines when to go and what to grab from the database
- Fetches post metadata
- Identifies what files to load and when
- Validates user permissions
- Checks options
- Processes form fields
- Handles image and document uploads
- And so many more things depending on what is needed.
So Today’s Invention Does Have Practical Implications For Us
Enjoy your usage of WordPress today and realize PHP is working tirelessly for you and your website behind the scenes.