Advertisement

get_archives_link

Retrieve archive link content based on predefined or custom code.

wp_title

Display or retrieve page title for all areas of blog.

comment_text_rss

Display the current comment content for use in the feeds.

Advertisement

get_cat_name

Retrieves the name of a category from its ID.

get_cat_ID

Retrieves the ID of a category from its name.

Advertisement

check_column

Checks that database table column matches the criteria.

maybe_drop_column

Drops column from database table, if it exists.

Advertisement

maybe_add_column

Adds column to database table, if it doesn’t already exist.

maybe_create_table

Creates a table in the database if it doesn’t already exist.