WordPress Flashcards
WordPress _______ return a value.
filters
WordPress _______ cause an event to take place.
actions
What must a host have in order for you to use WP-CLI?
SSH
In order to use any WP-CLI commands, you must be inside a WP install.
True
What file contains all of the meta information for a theme?
style.css
A generic term in WordPress that refers to places where you can add your own code or change what WordPress is doing or outputting by default.
Hooks
Two types of hooks exist in WordPress, _______ and _______.
actions, filters
Allows you to get and modify WordPress data before it’s sent to the database or browser.
Filter
Is a hook that is triggered at a specific time when WordPress is running and let’s you take an action.
Action