W3 Techs Usage statistics of PHP for websites
PHP
The following posts are tagged with the acronym, P.H.P. In plain English, PHP is short for PHP: Hypertext preprocessor. PHP is a programming language that is used for web development. For more information, you can review my posts or visited my curated links under the More resources section.
Good practice: WordPress parent theme functions
Good parent themes will wrap all their functions in the following code so that child themes can overwrite their parents’ function.
[Continue Reading]PHP.net Operator precedence
PHP.net Logical operator
Notes from… PHP variables and arrays
These are my notes from the tutorial on PHP variables and arrays.
[Continue Reading]Notes from … PHP in The Loop
These are my notes from Chapter 4, Section 4.3 of the tutorial, Learn PHP for WordPress.
[Continue Reading]WordPress.org The Loop
Tuts Plus A beginner's guide to the WordPress Loop
Tuts Plus 4.3 PHP in the Loop
Notes from… Connect PHP Functions to Hooks
These are my notes from Chapter 4, Section 4.2 of the tutorial, Learn PHP for WordPress.
[Continue Reading]WordPress Plugin API
WordPress Code reference
Envato Tuts+ WordPress actions and filters: What's the difference
Envato Tuts+ WP coding basics: Adding hooks to your themes
Envato Tuts+ WP coding basics: Attaching your functions to hooks
WP Sites Filter and hooks guide for beginners