Completed
2.2 PHP Coding Standards
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn PHP for WordPress
Automatically move to the next video in the Classroom when playback concludes
- 1 1.1 Intro
- 2 2.1 Why WordPress Uses PHP
- 3 2.2 PHP Coding Standards
- 4 3.1 Create a PHP File
- 5 3.2 Mixing PHP and HTML
- 6 3.3 Comments in PHP
- 7 4.1 WordPress PHP Functions
- 8 4.2 Connect PHP Functions to Hooks
- 9 4.3 PHP in the Loop
- 10 4.4 If and Else
- 11 4.5 PHP Variables and Arrays
- 12 4.6 Outputting Text With PHP
- 13 5.1 Registering a Custom Post Type and Taxonomy
- 14 5.2 Creating a Custom Query
- 15 6.0 Conclusion