Advertisement

url_to_postid

Examine a URL and try to determine the post ID it represents.

wp_notify_moderator

Notifies the moderator of the site about a new comment that is awaiting approval.

wp_notify_postauthor

Notify an author (and/or others) of a comment/trackback/pingback on a post.

add_option

Adds a new option.

Advertisement

update_option

Updates the value of an option that was already added.

edit_comment_link

Displays the edit comment link with formatting.

edit_post_link

Displays the edit post link for post.

get_day_link

Retrieves the permalink for the day archives with year and month.

Advertisement

get_month_link

Retrieves the permalink for the month archives with year.

get_permalink

Retrieves the full permalink for the current post or post ID.

wp_filter_kses

Sanitize content with allowed HTML KSES rules.

wp_kses_decode_entities

Converts all numeric HTML entities to their named counterparts.

Advertisement