New and updated in 2.5.0
-
Determines whether the database supports collation.
-
methodwpdb::get_caller()
Retrieves a comma-separated list of the names of the functions that called wpdb.
-
methodwpdb::insert()
Inserts a row into the table.
-
methodwpdb::update()
Updates a row in the table.
-
methodwpdb::suppress_errors()
Enables or disables suppressing of database errors.
-
methodwpdb::set_prefix()
Sets the table prefix for the WordPress tables.
-
Filters the comments link attributes for display.
-
hookcomments_open
Filters whether the current post is open for comments.
-
hookpings_open
Filters whether the current post is open for pings.
-
Loads localized data on print rather than initialization.
-
functionwp_defer_comment_counting()
Determines whether to defer comment counting.
-
functionwp_update_comment_count_now()
Updates the comment count for the post.
-
functionwp_count_comments()
Retrieves the total comment counts for the whole site or a single post.
-
Filters the list of TinyMCE external plugins.
-
Filters the translations loaded for external TinyMCE 3.x plugins.
-
hookmce_buttons_4
Filters the fourth-row list of TinyMCE buttons (Visual tab).
-
Filters the TinyMCE config before init.
-
hookmedia_buttons
Fires after the default media button(s) are displayed.