New and updated in 2.5.0
-
hookwp_login_failed
Fires after a user login has failed.
-
functionwp_logout()
Logs the current user out.
-
functionwp_validate_auth_cookie()
Validates authentication cookie.
-
Filters the HTML for the retrieved generator type.
-
functionadd_thickbox()
Enqueues the default ThickBox js and css.
-
functionwp_generator()
Displays the XHTML generator that is generated on the wp_head hook.
-
Filters the output of the XHTML generator tag.
-
functionthe_generator()
Displays the generator XML or Comment for RSS, ATOM, etc.
-
hookthe_generator
Filters the output of the XHTML generator tag for display.
-
functionget_the_generator()
Creates the generator XML or Comment for RSS, ATOM, etc.
-
functionwp_admin_css_color()
Registers an admin color scheme css file.
-
functionwp_default_editor()
Finds out which editor should be displayed by default.
-
Filters which editor should be displayed by default.
-
functionimage_resize()
Scale down an image to fit a particular size and save a new copy of the image.
-
function__ngettext_noop()
Register plural strings in POT file, but don’t translate them.
-
functiontranslate_with_context()
Translates $text like translate(), but assumes that the text contains a context after its last vertical bar.
-
Filters the JOIN clause of the query.
-
Filters the ORDER BY clause of the query.
-
Filters the DISTINCT clause of the query.
-
Filters the SELECT clause of the query.
-
Filters the LIMIT clause of the query.
-
Filters the WHERE clause of the query.
-
Filters the GROUP BY clause of the query.
-
functionis_tax()
Determines whether the query is for an existing custom taxonomy archive page.
-
functionis_front_page()
Determines whether the query is for the front page of the site.
-
functionrequire_wp_db()
Loads the database class file and instantiates the `$wpdb` global.
-
function_deprecated_file()
Marks a file as deprecated and inform when it has been used.
-
Fires when a deprecated file is called.
-
Filters whether to trigger an error for deprecated files.
-
functionis_lighttpd_before_150()
Determines whether the server is running an earlier than 1.5.0 version of lighttpd.