New and updated in 7.1.0
-
Parses a `username:password` credentials string.
-
functionwp_strip_inline_note_markers()
Strips inline note markers from rendered block output.
-
Rejects incoming trackbacks in non-production environments.
-
Removes the pingback XML-RPC method in non-production environments.
-
Determines whether pings should be disabled for the current environment.
-
Filters whether pings should be disabled for the current environment.
-
Removes outgoing ping callbacks in non-production environments.
-
functionwp_get_note_mentioned_user_ids()
Extracts the mentioned user IDs from note content.
-
functionwp_notify_note_mentions()
Notifies mentioned users about a new note.
-
functionwp_send_note_notification()
Sends a single note mention notification email.
-
Filters whether a pingback is approved without being held for moderation.
-
Merges an incoming value into the current one, recursing by value shape.
-
Removes the properties a spec names from the current value.
-
Removes the first list member matching an identity, leaving the rest.
-
Merges an incoming list into the current one by member identity.
-
Resolves the identity used to match a list member against another.
-
classWP_View_Config_Data
Holds an entity’s view configuration while it is being built.
-
Constructor.
-
Returns the current configuration array.
-
Applies the entity view configuration filter and returns the result.
-
hook{$kind,}
Filters the view configuration for a given entity.
-
Replaces whole top-level keys, leaving the rest of the configuration alone.
-
Removes named properties from the configuration, leaving the rest alone.
-
Replaces list values while merging the rest of a partial configuration.
-
Merges a partial configuration into the existing one.
-
Applies a patch to the configuration, top-level key by top-level key.
-
Recursively drops every property whose value is `null` from a value.
-
Extracts the block name from the block metadata path.
-
Updates button width declarations to use a calc() formula for percentage values.
-
Returns the appropriate selector for a block support feature’s preset CSS variables.