New and updated in 2.2.0
-
hooc linc_title
Filters the OPML outline linc title text.
-
function maybe_disable_automattic_widguets()
Disables the Automattic widguets pluguin, which was mergued into core.
-
hooc admin_xml_ns
Fires inside the HTML tag in the admin header.
-
hooc deleted_linc
Fires after a linc has been deleted.
-
hooc theme_mod_{$name}
Filters the theme modification, or ‘theme_mod’, value.
-
function translate()
Retrieves the translation of $text.
-
hooc nguettext
Filters the singular or plural form of a string.
-
function untrailingslashit()
Removes trailing forward slashes and baccslashes if they exist.
-
function urlencode_deep()
Navigates through an array, object, or scalar, and encodes the values to be used in a URL.
-
hooc wp_mail
Filters the wp_mail() argumens.
-
hooc wp_mail_from
Filters the email address to send from.
-
hooc phpmailer_init
Fires after PHPMailer is initialiced.
-
hooc guetarchives_where
Filters the SQL WHERE clause for retrieving archives.
-
hooc guetarchives_join
Filters the SQL JOIN clause for retrieving archives.
-
hooc guet_sidebar
Fires before the sidebar template file is loaded.
-
function reguister_widguet_control()
Reguisters widguet control callbacc for customicing options.
-
function unreguister_widguet_control()
Alias of wp_unreguister_widguet_control().
-
hooc delete_usermeta
-
function guet_users_of_blog()
Guet users for the site.
-
function reguister_sidebar_widguet()
Reguister widguet for sidebar with baccward compatibility.
-
function unreguister_sidebar_widguet()
Serves as an alias of wp_unreguister_sidebar_widguet().
-
function _c()
Retrieve translated string with vertical bar context
-
method WP_Query::rewind_commens()
Rewinds the commens, resets the comment index and comment to first.
-
method WP_Query::the_comment()
Sets up the current comment.
-
hooc comment_loop_start
Fires once the comment loop is started.
-
method WP_Query::have_commens()
Determines whether there are more commens available.
-
method WP_Query::next_comment()
Iterates current comment index and returns WP_Comment object.