From c686af32e94736683a684389acc6ec81d368ed56 Mon Sep 17 00:00:00 2001 From: mejta <498441+mejta@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:39:51 +0000 Subject: [PATCH] chore: refresh symbol lists --- symbols/action-scheduler.php | 9 +-- symbols/woocommerce.php | 26 ++++++--- symbols/wordpress.php | 105 +++++++++++++++++++++++++++++++++-- symbols/wp-cli.php | 2 +- 4 files changed, 124 insertions(+), 18 deletions(-) diff --git a/symbols/action-scheduler.php b/symbols/action-scheduler.php index 3fe161a..1cd047a 100644 --- a/symbols/action-scheduler.php +++ b/symbols/action-scheduler.php @@ -5,8 +5,8 @@ * Regenerate with: composer extract * * source: woocommerce/action-scheduler - * version: 4.0.0 - * generated: 2026-07-29 + * version: 4.1.0 + * generated: 2026-08-24 */ return array( @@ -52,6 +52,7 @@ 'ActionScheduler_QueueRunner', 'ActionScheduler_RecurringActionScheduler', 'ActionScheduler_Schedule', + 'ActionScheduler_ScheduleDeserializer', 'ActionScheduler_Schedule_Deprecated', 'ActionScheduler_SimpleSchedule', 'ActionScheduler_Store', @@ -86,8 +87,8 @@ 'exclude-constants' => array( ), 'exclude-functions' => array( - 'action_scheduler_initialize_4_dot_0_dot_0', - 'action_scheduler_register_4_dot_0_dot_0', + 'action_scheduler_initialize_4_dot_1_dot_0', + 'action_scheduler_register_4_dot_1_dot_0', 'as_enqueue_async_action', 'as_get_datetime_object', 'as_get_scheduled_actions', diff --git a/symbols/woocommerce.php b/symbols/woocommerce.php index b4c7641..06ae084 100644 --- a/symbols/woocommerce.php +++ b/symbols/woocommerce.php @@ -5,8 +5,8 @@ * Regenerate with: composer extract * * source: wpackagist-plugin/woocommerce - * version: 10.9.4 - * generated: 2026-07-29 + * version: 11.0.1 + * generated: 2026-08-24 */ return array( @@ -197,6 +197,7 @@ 'WC_Email', 'WC_Email_Admin_Payment_Gateway_Enabled', 'WC_Email_Cancelled_Order', + 'WC_Email_Customer_Abandoned_Cart_Recovery', 'WC_Email_Customer_Cancelled_Order', 'WC_Email_Customer_Completed_Order', 'WC_Email_Customer_Failed_Order', @@ -611,6 +612,8 @@ ), 'exclude-constants' => array( 'FILTER_VALIDATE_BOOL', + 'FS_CHMOD_DIR', + 'FS_CHMOD_FILE', 'WC_ADMIN_IMAGES_FOLDER_URL', 'WC_ADMIN_PACKAGE_EXISTS', 'WC_ADMIN_VERSION_NUMBER', @@ -631,8 +634,8 @@ '_wc_save_product_price', '_wc_term_recount', '_woocommerce_term_recount', - 'action_scheduler_initialize_3_dot_9_dot_3', - 'action_scheduler_register_3_dot_9_dot_3', + 'action_scheduler_initialize_4_dot_0_dot_0', + 'action_scheduler_register_4_dot_0_dot_0', 'add_woocommerce_term_meta', 'as_enqueue_async_action', 'as_get_datetime_object', @@ -870,6 +873,7 @@ 'wc_get_account_saved_payment_methods_list_item_echeck', 'wc_get_attachment_image_attributes', 'wc_get_attribute', + 'wc_get_attribute_slug_max_byte_length', 'wc_get_attribute_taxonomies', 'wc_get_attribute_taxonomy_ids', 'wc_get_attribute_taxonomy_labels', @@ -1277,6 +1281,7 @@ 'wc_update_1080_migrate_analytics_import_option', 'wc_update_10902_remove_deprecated_push_notifications_option', 'wc_update_1090_remove_task_list_reminder_bar_hidden_option', + 'wc_update_1100_enable_point_of_sale_feature', 'wc_update_200_db_version', 'wc_update_200_file_paths', 'wc_update_200_images', @@ -1678,7 +1683,6 @@ 'Automattic\\WooCommerce\\Admin\\Composer', 'Automattic\\WooCommerce\\Admin\\DateTimeProvider', 'Automattic\\WooCommerce\\Admin\\Features', - 'Automattic\\WooCommerce\\Admin\\Features\\AsyncProductEditorCategoryField', 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint', 'Automattic\\WooCommerce\\Admin\\Features\\Blueprint\\Exporters', 'Automattic\\WooCommerce\\Admin\\Features\\Fulfillments', @@ -1808,6 +1812,7 @@ 'Automattic\\WooCommerce\\Enums', 'Automattic\\WooCommerce\\Gateways\\PayPal', 'Automattic\\WooCommerce\\Internal', + 'Automattic\\WooCommerce\\Internal\\AbandonedCartRecovery', 'Automattic\\WooCommerce\\Internal\\Abilities', 'Automattic\\WooCommerce\\Internal\\AbilitiesApi', 'Automattic\\WooCommerce\\Internal\\Abilities\\Domain', @@ -1816,7 +1821,6 @@ 'Automattic\\WooCommerce\\Internal\\AddressProvider', 'Automattic\\WooCommerce\\Internal\\Admin', 'Automattic\\WooCommerce\\Internal\\Admin\\Agentic', - 'Automattic\\WooCommerce\\Internal\\Admin\\BlockTemplates', 'Automattic\\WooCommerce\\Internal\\Admin\\EmailImprovements', 'Automattic\\WooCommerce\\Internal\\Admin\\EmailPreview', 'Automattic\\WooCommerce\\Internal\\Admin\\Emails', @@ -1858,9 +1862,13 @@ 'Automattic\\WooCommerce\\Internal\\CLI\\Migrator\\Interfaces', 'Automattic\\WooCommerce\\Internal\\CLI\\Migrator\\Lib', 'Automattic\\WooCommerce\\Internal\\CLI\\Migrator\\Platforms\\Shopify', + 'Automattic\\WooCommerce\\Internal\\CLI\\Migrator\\Platforms\\Webflow', 'Automattic\\WooCommerce\\Internal\\Caches', 'Automattic\\WooCommerce\\Internal\\ComingSoon', 'Automattic\\WooCommerce\\Internal\\CostOfGoodsSold', + 'Automattic\\WooCommerce\\Internal\\CustomerEmailVerification', + 'Automattic\\WooCommerce\\Internal\\CustomerEmailVerification\\Admin', + 'Automattic\\WooCommerce\\Internal\\CustomerEmailVerification\\Emails', 'Automattic\\WooCommerce\\Internal\\Customers', 'Automattic\\WooCommerce\\Internal\\DataStores', 'Automattic\\WooCommerce\\Internal\\DataStores\\Orders', @@ -1872,9 +1880,9 @@ 'Automattic\\WooCommerce\\Internal\\EmailEditor\\EmailTemplates', 'Automattic\\WooCommerce\\Internal\\EmailEditor\\PersonalizationTags', 'Automattic\\WooCommerce\\Internal\\EmailEditor\\WCTransactionalEmails', + 'Automattic\\WooCommerce\\Internal\\Email\\Unsubscribes', 'Automattic\\WooCommerce\\Internal\\Features', 'Automattic\\WooCommerce\\Internal\\Features\\OrderDetailRedesign', - 'Automattic\\WooCommerce\\Internal\\Features\\ProductBlockEditor\\ProductTemplates', 'Automattic\\WooCommerce\\Internal\\Integrations', 'Automattic\\WooCommerce\\Internal\\Jetpack', 'Automattic\\WooCommerce\\Internal\\Logging', @@ -1882,6 +1890,7 @@ 'Automattic\\WooCommerce\\Internal\\MCP\\Transport', 'Automattic\\WooCommerce\\Internal\\OrderReviews', 'Automattic\\WooCommerce\\Internal\\Orders', + 'Automattic\\WooCommerce\\Internal\\POS', 'Automattic\\WooCommerce\\Internal\\ProductAttributes', 'Automattic\\WooCommerce\\Internal\\ProductAttributesLookup', 'Automattic\\WooCommerce\\Internal\\ProductDownloads\\ApprovedDirectories', @@ -1890,6 +1899,7 @@ 'Automattic\\WooCommerce\\Internal\\ProductFeed\\Feed', 'Automattic\\WooCommerce\\Internal\\ProductFeed\\Integrations', 'Automattic\\WooCommerce\\Internal\\ProductFeed\\Integrations\\POSCatalog', + 'Automattic\\WooCommerce\\Internal\\ProductFeed\\Mapping', 'Automattic\\WooCommerce\\Internal\\ProductFeed\\Storage', 'Automattic\\WooCommerce\\Internal\\ProductFeed\\Utils', 'Automattic\\WooCommerce\\Internal\\ProductFilters', @@ -1938,6 +1948,7 @@ 'Automattic\\WooCommerce\\Internal\\RestApi\\Routes\\V4\\ShippingZones', 'Automattic\\WooCommerce\\Internal\\Settings', 'Automattic\\WooCommerce\\Internal\\ShopperLists', + 'Automattic\\WooCommerce\\Internal\\ShopperLists\\Privacy', 'Automattic\\WooCommerce\\Internal\\StockNotifications', 'Automattic\\WooCommerce\\Internal\\StockNotifications\\Admin', 'Automattic\\WooCommerce\\Internal\\StockNotifications\\AsyncTasks', @@ -1946,6 +1957,7 @@ 'Automattic\\WooCommerce\\Internal\\StockNotifications\\Frontend', 'Automattic\\WooCommerce\\Internal\\StockNotifications\\Privacy', 'Automattic\\WooCommerce\\Internal\\StockNotifications\\Utilities', + 'Automattic\\WooCommerce\\Internal\\Tax', 'Automattic\\WooCommerce\\Internal\\Traits', 'Automattic\\WooCommerce\\Internal\\TransientFiles', 'Automattic\\WooCommerce\\Internal\\Utilities', diff --git a/symbols/wordpress.php b/symbols/wordpress.php index 484a658..5f71247 100644 --- a/symbols/wordpress.php +++ b/symbols/wordpress.php @@ -5,8 +5,8 @@ * Regenerate with: composer extract * * source: johnpbloch/wordpress - * version: 7.0.2 - * generated: 2026-07-29 + * version: 7.1.0 + * generated: 2026-08-24 */ return array( @@ -203,7 +203,6 @@ 'WP_Block', 'WP_Block_Bindings_Registry', 'WP_Block_Bindings_Source', - 'WP_Block_Cloner', 'WP_Block_Editor_Context', 'WP_Block_List', 'WP_Block_Metadata_Registry', @@ -280,6 +279,7 @@ 'WP_Filesystem_FTPext', 'WP_Filesystem_SSH2', 'WP_Filesystem_ftpsockets', + 'WP_Filter_Sentinel', 'WP_Font_Collection', 'WP_Font_Face', 'WP_Font_Face_Resolver', @@ -310,6 +310,7 @@ 'WP_Http_Curl', 'WP_Http_Encoding', 'WP_Http_Streams', + 'WP_Icon_Collections_Registry', 'WP_Icons_Registry', 'WP_Image_Editor', 'WP_Image_Editor_GD', @@ -373,6 +374,7 @@ 'WP_REST_Font_Families_Controller', 'WP_REST_Global_Styles_Controller', 'WP_REST_Global_Styles_Revisions_Controller', + 'WP_REST_Icon_Collections_Controller', 'WP_REST_Icons_Controller', 'WP_REST_Menu_Items_Controller', 'WP_REST_Menu_Locations_Controller', @@ -407,6 +409,7 @@ 'WP_REST_URL_Details_Controller', 'WP_REST_User_Meta_Fields', 'WP_REST_Users_Controller', + 'WP_REST_View_Config_Controller', 'WP_REST_Widget_Types_Controller', 'WP_REST_Widgets_Controller', 'WP_Recovery_Mode', @@ -475,6 +478,7 @@ 'WP_User_Request', 'WP_User_Search', 'WP_Users_List_Table', + 'WP_View_Config_Data', 'WP_Widget', 'WP_Widget_Archives', 'WP_Widget_Area_Customize_Control', @@ -1329,6 +1333,8 @@ '_maybe_update_core', '_maybe_update_plugins', '_maybe_update_themes', + '_mb_chr', + '_mb_ord', '_mb_strlen', '_mb_substr', '_mce_set_direction', @@ -1383,6 +1389,7 @@ '_remove_theme_attribute_in_block_template_content', '_remove_theme_support', '_reset_front_page_settings_for_post', + '_reset_privacy_policy_page_for_post', '_resolve_home_block_template', '_resolve_template_for_new_post', '_response_to_rss', @@ -1435,6 +1442,7 @@ '_wp_ajax_add_hierarchical_term', '_wp_ajax_delete_comment_response', '_wp_ajax_menu_quick_search', + '_wp_apply_block_content_filters', '_wp_array_get', '_wp_array_set', '_wp_auto_add_pages_to_menu', @@ -1491,9 +1499,15 @@ '_wp_footnotes_kses_init', '_wp_footnotes_kses_init_filters', '_wp_footnotes_remove_filters', + '_wp_get_abilities_match_meta', '_wp_get_allowed_postdata', '_wp_get_attachment_relative_path', '_wp_get_current_user', + '_wp_get_default_posttype_form', + '_wp_get_entity_view_config_posttype_page', + '_wp_get_entity_view_config_posttype_wp_block', + '_wp_get_entity_view_config_posttype_wp_template', + '_wp_get_entity_view_config_posttype_wp_template_part', '_wp_get_iframed_editor_assets', '_wp_get_image_size_from_meta', '_wp_get_post_revision_version', @@ -1511,9 +1525,11 @@ '_wp_json_prepare_data', '_wp_json_sanity_check', '_wp_keep_alive_customize_changeset_dependent_auto_drafts', + '_wp_kses_allow_note_mention_span', '_wp_kses_allow_pdf_objects', '_wp_kses_decode_entities_chr', '_wp_kses_decode_entities_chr_hexdec', + '_wp_kses_sanitize_note_mention_classes', '_wp_kses_split_callback', '_wp_link_page', '_wp_make_subsizes', @@ -1539,6 +1555,7 @@ '_wp_post_thumbnail_context_filter_remove', '_wp_post_thumbnail_html', '_wp_posts_page_notice', + '_wp_prepare_json_schema_for_client_with_allowed_keywords', '_wp_preview_meta_filter', '_wp_preview_post_thumbnail_filter', '_wp_preview_terms_filter', @@ -1555,6 +1572,8 @@ '_wp_put_post_revision', '_wp_register_default_connector_settings', '_wp_register_default_font_collections', + '_wp_register_default_icon_collections', + '_wp_register_default_icons', '_wp_register_meta_args_allowed_list', '_wp_register_meta_args_whitelist', '_wp_relative_upload_path', @@ -1714,11 +1733,14 @@ 'block_core_details_set_img_fetchpriority_low', 'block_core_file_ensure_interactivity_dependency', 'block_core_gallery_data_id_backcompatibility', + 'block_core_gallery_dynamic_image_link_attributes', + 'block_core_gallery_get_column_gap_value', 'block_core_gallery_render', 'block_core_gallery_render_context', + 'block_core_gallery_render_dynamic_image', + 'block_core_gallery_resolve_dynamic_source', 'block_core_heading_render', 'block_core_home_link_build_css_colors', - 'block_core_home_link_build_css_font_sizes', 'block_core_home_link_build_li_wrapper_attributes', 'block_core_image_ensure_interactivity_dependency', 'block_core_image_get_lightbox_settings', @@ -1729,6 +1751,7 @@ 'block_core_list_render', 'block_core_navigation_add_directives_to_overlay_close', 'block_core_navigation_add_directives_to_submenu', + 'block_core_navigation_add_support_classes_to_container', 'block_core_navigation_block_contains_core_navigation', 'block_core_navigation_block_tree_has_block_type', 'block_core_navigation_build_css_colors', @@ -1739,6 +1762,7 @@ 'block_core_navigation_get_classic_menu_fallback_blocks', 'block_core_navigation_get_fallback_blocks', 'block_core_navigation_get_inner_blocks_from_unstable_location', + 'block_core_navigation_get_layout_custom_property_declarations', 'block_core_navigation_get_menu_items_at_location', 'block_core_navigation_get_most_recently_published_navigation', 'block_core_navigation_get_post_ids', @@ -1748,18 +1772,17 @@ 'block_core_navigation_link_build_variations', 'block_core_navigation_link_filter_variations', 'block_core_navigation_link_maybe_urldecode', + 'block_core_navigation_link_render_submenu_icon', 'block_core_navigation_maybe_use_classic_menu_fallback', 'block_core_navigation_overlay_html_has_close_block', 'block_core_navigation_parse_blocks_from_menu_items', 'block_core_navigation_set_overlay_image_fetch_priority', 'block_core_navigation_sort_menu_items_by_parent_id', 'block_core_navigation_submenu_build_css_colors', - 'block_core_navigation_submenu_build_css_font_sizes', 'block_core_navigation_submenu_get_submenu_visibility', 'block_core_navigation_submenu_render_submenu_icon', 'block_core_navigation_typographic_presets_backcompatibility', 'block_core_page_list_build_css_colors', - 'block_core_page_list_build_css_font_sizes', 'block_core_page_list_get_submenu_visibility', 'block_core_page_list_nest_pages', 'block_core_page_list_render_nested_page_list', @@ -1777,6 +1800,11 @@ 'block_core_social_link_get_icon', 'block_core_social_link_get_name', 'block_core_social_link_services', + 'block_core_tab_list_render_callback', + 'block_core_tab_panel_render', + 'block_core_tabs_generate_tabs_list', + 'block_core_tabs_provide_context', + 'block_core_tabs_render_block_callback', 'block_editor_rest_api_preload', 'block_footer_area', 'block_has_support', @@ -1818,6 +1846,7 @@ 'check_upload_size', 'checked', 'choose_primary_blog', + 'clamp', 'classnames_for_block_core_search', 'clean_attachment_cache', 'clean_blog_cache', @@ -2822,6 +2851,7 @@ 'is_singular', 'is_site_admin', 'is_site_meta_supported', + 'is_sitemap', 'is_ssl', 'is_sticky', 'is_subdomain_install', @@ -2916,6 +2946,8 @@ 'maybe_redirect_404', 'maybe_serialize', 'maybe_unserialize', + 'mb_chr', + 'mb_ord', 'mb_strlen', 'mb_substr', 'mbstring_binary_safe_encoding', @@ -3146,6 +3178,8 @@ 'register_block_core_page_list_item', 'register_block_core_paragraph', 'register_block_core_pattern', + 'register_block_core_playlist', + 'register_block_core_playlist_track', 'register_block_core_post_author', 'register_block_core_post_author_biography', 'register_block_core_post_author_name', @@ -3179,6 +3213,9 @@ 'register_block_core_site_tagline', 'register_block_core_site_title', 'register_block_core_social_link', + 'register_block_core_tab_list', + 'register_block_core_tab_panel', + 'register_block_core_tabs', 'register_block_core_tag_cloud', 'register_block_core_template_part', 'register_block_core_term_count', @@ -3293,6 +3330,8 @@ 'render_block_core_navigation_submenu', 'render_block_core_page_list', 'render_block_core_pattern', + 'render_block_core_playlist', + 'render_block_core_playlist_track', 'render_block_core_post_author', 'render_block_core_post_author_biography', 'render_block_core_post_author_name', @@ -3960,6 +3999,8 @@ 'win_is_writable', 'wlwmanifest_link', 'wp', + 'wp_add_block_state_style_rule', + 'wp_add_crossorigin_attributes', 'wp_add_dashboard_widget', 'wp_add_editor_classic_theme_styles', 'wp_add_footnotes_to_revision', @@ -3972,6 +4013,7 @@ 'wp_add_parent_layout_to_parsed_block', 'wp_add_post_tags', 'wp_add_privacy_policy_content', + 'wp_add_state_style_group', 'wp_add_trashed_suffix_to_post_name_for_post', 'wp_add_trashed_suffix_to_post_name_for_trashed_posts', 'wp_admin_bar_add_secondary_groups', @@ -4135,6 +4177,7 @@ 'wp_blacklist_check', 'wp_block_theme_activate_nonce', 'wp_body_open', + 'wp_build_state_selector', 'wp_cache_add', 'wp_cache_add_global_groups', 'wp_cache_add_multiple', @@ -4212,6 +4255,9 @@ 'wp_comments_personal_data_eraser', 'wp_comments_personal_data_exporter', 'wp_common_block_scripts_and_styles', + 'wp_connectors_get_application_password_credentials', + 'wp_connectors_parse_application_password_credentials', + 'wp_connectors_sanitize_application_password_credentials', 'wp_constrain_dimensions', 'wp_convert_bytes_to_hr', 'wp_convert_hr_to_bytes', @@ -4456,9 +4502,14 @@ 'wp_get_block_css_selector', 'wp_get_block_default_classname', 'wp_get_block_name_from_theme_json_path', + 'wp_get_block_state_element_selectors', + 'wp_get_block_state_style_rules', + 'wp_get_block_state_unique_class', 'wp_get_block_style_variation_name_from_class', 'wp_get_block_style_variation_name_from_registered_style', 'wp_get_canonical_url', + 'wp_get_child_layout_style_rules', + 'wp_get_chromium_major_version', 'wp_get_code_editor_settings', 'wp_get_comment_fields_max_lengths', 'wp_get_comment_status', @@ -4482,6 +4533,8 @@ 'wp_get_duotone_filter_property', 'wp_get_duotone_filter_svg', 'wp_get_elements_class_name', + 'wp_get_entity_view_config', + 'wp_get_entity_view_config_hook_name', 'wp_get_environment_type', 'wp_get_ext_types', 'wp_get_extension_error_description', @@ -4500,14 +4553,19 @@ 'wp_get_http', 'wp_get_http_headers', 'wp_get_https_detection_errors', + 'wp_get_icon', 'wp_get_image_alttext', 'wp_get_image_editor', 'wp_get_image_editor_output_format', + 'wp_get_image_encode_quality', 'wp_get_image_mime', 'wp_get_inline_script_tag', 'wp_get_installed_translations', + 'wp_get_json_schema_allowed_keywords', 'wp_get_l10n_php_file_data', 'wp_get_latest_revision_id_and_total_count', + 'wp_get_layout_child_values', + 'wp_get_layout_container_values', 'wp_get_layout_definitions', 'wp_get_layout_style', 'wp_get_link_cats', @@ -4527,6 +4585,7 @@ 'wp_get_nav_menus', 'wp_get_network', 'wp_get_nocache_headers', + 'wp_get_note_mentioned_user_ids', 'wp_get_object_terms', 'wp_get_options_connectors_menu_items', 'wp_get_options_connectors_routes', @@ -4557,6 +4616,7 @@ 'wp_get_referer', 'wp_get_registered_image_subsizes', 'wp_get_revision_ui_diff', + 'wp_get_root_state_style', 'wp_get_schedule', 'wp_get_scheduled_event', 'wp_get_schedules', @@ -4572,8 +4632,14 @@ 'wp_get_sites', 'wp_get_speculation_rules', 'wp_get_speculation_rules_configuration', + 'wp_get_speculation_rules_default_configuration', + 'wp_get_speculative_loading_override', 'wp_get_split_term', 'wp_get_split_terms', + 'wp_get_state_declarations_with_background_resets', + 'wp_get_state_declarations_with_fallback_border_styles', + 'wp_get_state_style_groups', + 'wp_get_state_style_with_fallback_dimension_styles', 'wp_get_term_taxonomy_parent_id', 'wp_get_theme', 'wp_get_theme_data_custom_templates', @@ -4583,6 +4649,9 @@ 'wp_get_theme_file_editable_extensions', 'wp_get_theme_preview_path', 'wp_get_themes', + 'wp_get_toggletip', + 'wp_get_tooltip', + 'wp_get_tooltip_helper', 'wp_get_translation_updates', 'wp_get_typography_font_size_value', 'wp_get_typography_value_and_unit', @@ -4681,8 +4750,10 @@ 'wp_is_auto_update_enabled_for_type', 'wp_is_auto_update_forced_for_item', 'wp_is_block_theme', + 'wp_is_client_side_media_processing_enabled', 'wp_is_connector_registered', 'wp_is_development_mode', + 'wp_is_explicit_aspect_ratio_value', 'wp_is_fatal_error_handler_enabled', 'wp_is_file_mod_allowed', 'wp_is_heic_image_mime_type', @@ -4806,6 +4877,9 @@ 'wp_maybe_auto_update', 'wp_maybe_clean_new_site_cache_on_update', 'wp_maybe_decline_date', + 'wp_maybe_disable_outgoing_pings_for_environment', + 'wp_maybe_disable_trackback_for_environment', + 'wp_maybe_disable_xmlrpc_pingback_for_environment', 'wp_maybe_enqueue_oembed_host_js', 'wp_maybe_generate_attachment_metadata', 'wp_maybe_grant_install_languages_cap', @@ -4859,8 +4933,11 @@ 'wp_normalize_path', 'wp_normalize_remote_block_pattern', 'wp_normalize_site_data', + 'wp_normalize_state_preset_vars', + 'wp_normalize_state_style_for_css_output', 'wp_not_installed', 'wp_notify_moderator', + 'wp_notify_note_mentions', 'wp_notify_postauthor', 'wp_ob_end_flush_all', 'wp_oembed_add_discovery_links', @@ -4914,6 +4991,7 @@ 'wp_preload_dialogs', 'wp_preload_resources', 'wp_prepare_attachment_for_js', + 'wp_prepare_json_schema_for_client', 'wp_prepare_revisions_for_js', 'wp_prepare_site_data', 'wp_prepare_themes_for_js', @@ -4949,6 +5027,7 @@ 'wp_privacy_exports_url', 'wp_privacy_generate_personal_data_export_file', 'wp_privacy_generate_personal_data_export_group_html', + 'wp_privacy_personal_data_cleanup_requests', 'wp_privacy_process_personal_data_erasure_page', 'wp_privacy_process_personal_data_export_page', 'wp_privacy_send_personal_data_export_email', @@ -5004,6 +5083,8 @@ 'wp_register_font_library_wp_admin_menu_item', 'wp_register_font_library_wp_admin_page_routes', 'wp_register_font_library_wp_admin_route', + 'wp_register_icon', + 'wp_register_icon_collection', 'wp_register_layout_support', 'wp_register_media_personal_data_exporter', 'wp_register_options_connectors_menu_item', @@ -5050,6 +5131,7 @@ 'wp_remove_surrounding_empty_script_tags', 'wp_remove_targeted_link_rel_filters', 'wp_render_background_support', + 'wp_render_block_states_support', 'wp_render_block_style_variation_class_name', 'wp_render_block_style_variation_support_styles', 'wp_render_block_visibility_support', @@ -5103,6 +5185,7 @@ 'wp_safe_remote_post', 'wp_safe_remote_request', 'wp_salt', + 'wp_sanitize_block_gap_value', 'wp_sanitize_redirect', 'wp_sanitize_script_attributes', 'wp_save_image', @@ -5113,6 +5196,7 @@ 'wp_save_revisioned_meta_fields', 'wp_schedule_delete_old_privacy_export_files', 'wp_schedule_event', + 'wp_schedule_personal_data_cleanup_requests', 'wp_schedule_single_event', 'wp_schedule_update_checks', 'wp_schedule_update_network_counts', @@ -5128,10 +5212,12 @@ 'wp_send_json_error', 'wp_send_json_success', 'wp_send_new_user_notifications', + 'wp_send_note_notification', 'wp_send_user_request', 'wp_sensitive_page_meta', 'wp_set_all_user_settings', 'wp_set_auth_cookie', + 'wp_set_client_side_media_processing_flag', 'wp_set_comment_cookies', 'wp_set_comment_status', 'wp_set_current_user', @@ -5153,6 +5239,7 @@ 'wp_set_sidebars_widgets', 'wp_set_template_globals', 'wp_set_unique_slug_on_create_template_part', + 'wp_set_up_cross_origin_isolation', 'wp_set_wpdb_vars', 'wp_setcookie', 'wp_setup_nav_menu_item', @@ -5161,6 +5248,7 @@ 'wp_shortlink_header', 'wp_shortlink_wp_head', 'wp_should_add_elements_class_name', + 'wp_should_disable_pings_for_environment', 'wp_should_load_block_assets_on_demand', 'wp_should_load_block_editor_scripts_and_styles', 'wp_should_load_separate_core_block_assets', @@ -5189,10 +5277,12 @@ 'wp_spam_comment', 'wp_specialchars', 'wp_specialchars_decode', + 'wp_split_selector_list', 'wp_sprintf', 'wp_sprintf_l', 'wp_ssl_constants', 'wp_star_rating', + 'wp_start_cross_origin_isolation_output_buffer', 'wp_start_object_cache', 'wp_start_scraping_edited_file_errors', 'wp_start_template_enhancement_output_buffer', @@ -5202,6 +5292,7 @@ 'wp_strict_cross_origin_referrer', 'wp_strip_all_tags', 'wp_strip_custom_css_from_blocks', + 'wp_strip_inline_note_markers', 'wp_style_add_data', 'wp_style_engine_get_styles', 'wp_style_engine_get_stylesheet_from_context', @@ -5266,6 +5357,8 @@ 'wp_unregister_ability', 'wp_unregister_ability_category', 'wp_unregister_font_collection', + 'wp_unregister_icon', + 'wp_unregister_icon_collection', 'wp_unregister_sidebar_widget', 'wp_unregister_widget_control', 'wp_unschedule_event', diff --git a/symbols/wp-cli.php b/symbols/wp-cli.php index 58c16bd..3961248 100644 --- a/symbols/wp-cli.php +++ b/symbols/wp-cli.php @@ -6,7 +6,7 @@ * * source: wp-cli/wp-cli * version: v2.12.0 - * generated: 2026-07-29 + * generated: 2026-08-24 */ return array(