data handlers Flashcards

1
Q

comment_type

A

allows you to categorize a comment as a ‘comment’ ‘trackback’ or ‘pingback’

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

comment_class()

A

uses the global $comment to output the css classes to the comment

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

comment_id():

A

uses the global $comment to output the comment ID

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

comment_author_url():

A

uses the global $comment to output another authors url

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

get_avatar($comment. 96);

A

uses the global $comment to get the authors avatar

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

get_comment_author_link():

A

uses the global $commment to outpout another authors link

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

comment_text()

A

sets the global ‘$comment’ to output the comment text

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

comment_reply_link():

A

uses the global $comment along with the passed $depth and $args to output a reply link

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

comment_author_link

A

outputs the authors name as a clickable link to their website if provided.

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

edit_comment_link

A

creates a link that allows users with the proper permissions to edit the comment

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

pingback

A

gives a notification to a blog you want to reference to; placed on a variable $comment with comment_type

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

trackback

A

unlike pingback there isn’t a auto notification the recipient has to approve.

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

error_log

A

displays the message on the server log

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

items_wrap

A

used to style a item in a post_type or taxonomy

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

add_action(‘init’, ‘#”)

A

used to initilize custom post types

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

add_action(‘template_redirect’,’#’)

A

used to redirect templates based on conditions

17
Q

add_action(‘after_setup_theme’,’#’)

A

sets up theme features after initilization

18
Q

add_action(‘admin_init’,’#’)

A

initilizies settings and functions in the admin area