New and updated in 2.2.0
-
hooklink_title
Filters the OPML outline link title text.
-
Disables the Automattic widgets plugin, which was merged into core.
-
hookadmin_xml_ns
Fires inside the HTML tag in the admin header.
-
hookdeleted_link
Fires after a link has been deleted.
-
Filters the theme modification, or ‘theme_mod’, value.
-
functiontranslate()
Retrieves the translation of $text.
-
hookngettext
Filters the singular or plural form of a string.
-
functionuntrailingslashit()
Removes trailing forward slashes and backslashes if they exist.
-
functionurlencode_deep()
Navigates through an array, object, or scalar, and encodes the values to be used in a URL.
-
hookwp_mail
Filters the wp_mail() arguments.
-
hookwp_mail_from
Filters the email address to send from.
-
hookphpmailer_init
Fires after PHPMailer is initialized.
-
Filters the SQL WHERE clause for retrieving archives.
-
hookgetarchives_join
Filters the SQL JOIN clause for retrieving archives.
-
hookget_sidebar
Fires before the sidebar template file is loaded.
-
functionregister_widget_control()
Registers widget control callback for customizing options.
-
functionunregister_widget_control()
Alias of wp_unregister_widget_control().
-
hookdelete_usermeta
-
functionget_users_of_blog()
Get users for the site.
-
functionregister_sidebar_widget()
Register widget for sidebar with backward compatibility.
-
functionunregister_sidebar_widget()
Serves as an alias of wp_unregister_sidebar_widget().
-
function_c()
Retrieve translated string with vertical bar context
-
Rewinds the comments, resets the comment index and comment to first.
-
methodWP_Query::the_comment()
Sets up the current comment.
-
Fires once the comment loop is started.
-
Determines whether there are more comments available.
-
methodWP_Query::next_comment()
Iterates current comment index and returns WP_Comment object.