-
·
Custom taxonomies
Alongside custom post types and custom post type data, introduce the concept of custom taxonomies.
-
·
Custom post types
Learn how to register custom data types using the WordPress Post API and the register_post_type function.
-
·
Plugin requirements
Introduces the basic requirements needed for a valid plugin: a PHP file with a valid plugin header.
-
·
What is a plugin?
Explore an introduction to WordPress plugins geared to developers.
-
·
Working with hooks
Learn about additional hook concepts like hook priority, hook parameters, and hook order.
-
·
Filter Hooks
Explain the concept of filter hooks, how they work, and how to use them.
-
·
Action Hooks
Explain the concept of action hooks, how they work, and how to use them.