WordPress Flashcards

1
Q

WordPress _______ return a value.

A

filters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

WordPress _______ cause an event to take place.

A

actions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What must a host have in order for you to use WP-CLI?

A

SSH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In order to use any WP-CLI commands, you must be inside a WP install.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What file contains all of the meta information for a theme?

A

style.css

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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.

A

Hooks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Two types of hooks exist in WordPress, _______ and _______.

A

actions, filters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Allows you to get and modify WordPress data before it’s sent to the database or browser.

A

Filter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Is a hook that is triggered at a specific time when WordPress is running and let’s you take an action.

A

Action

How well did you know this?
1
Not at all
2
3
4
5
Perfectly