Utilities
WP_Duotone
Manages duotone block supports and global styles.Source: wp-includes/class-wp-duotone.php Since: 6.3.0 Access: Private/InternalOverviewDuotone applies a two-color gradient effect to images using...
WP_List_Util
Utility class for performing operations on arrays of objects or arrays.Source: wp-includes/class-wp-list-util.php Since: 4.7.0PropertiesPropertyTypeVisibilityDescription$inputarrayprivateOriginal input array$outputarrayprivateCurrent output array (after operations)$orderbystring[]privateTemporary...
WP_Session_Tokens
Abstract class for managing user session tokens.Source: wp-includes/class-wp-session-tokens.php Since: 4.0.0OverviewWordPress uses session tokens to track authenticated user sessions. Each login...
Utility Hooks
Actions and filters for WordPress utility classes.Session Token Hookssession_token_managerFilters the session token manager class.apply_filters( 'session_token_manager', string $manager )ParameterTypeDefaultDescription$managerstring'WP_User_Meta_Session_Tokens'Class name for...
Speculative Loading
Prefetch and prerender API using the Speculation Rules API.Source: wp-includes/speculative-loading.php Since: 6.8.0OverviewSpeculative loading allows browsers to prefetch or prerender pages...
Utility Classes
Core utility classes for common operations in WordPress.Source: wp-includes/ComponentsComponentDescriptionclass-wp-list-util.mdArray/object list operations (filter, pluck, sort)class-wp-session-tokens.mdUser session token managementclass-wp-duotone.mdDuotone color filter SVG...