WordPress 1.2.0 Hooks, Functions, Classes and Methods

__ngettext()

Retrieve the plural or single form based on the amount.

_e()

Display translated text.

add_meta()

Adds post meta data defined in the $_POST superglobal for a post with given ID.

check_admin_referer()

Ensures intent by verifying that a user was referred from another admin page with the correct security nonce.

check_comment()

Checks whether a comment passes internal checks to be allowed to add.

clean_pre()

Accepts matches array from preg_replace_callback in wpautop() or a string.