From b60b75cc0b14d303be6d3a1f0e52439dc6d7d20c Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 1 Dec 2024 00:30:40 +0100 Subject: [PATCH 1/3] Updated hooks built with the new generator. --- composer.json | 7 +- hooks/actions.json | 60 +++----- hooks/filters.json | 341 ++++++++++++++++++++++----------------------- 3 files changed, 188 insertions(+), 220 deletions(-) diff --git a/composer.json b/composer.json index 16c51f2..75caa10 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "erusev/parsedown": "1.8.0-beta-7", - "wp-hooks/generator": "0.9.0", + "wp-hooks/generator": "dev-new-generation", "oomphinc/composer-installers-extender": "^2", "roots/wordpress-core-installer": "^1.0.0", "roots/wordpress-full": "6.6-RC4" @@ -58,8 +58,9 @@ "pre_post_{$field}", "post_{$field}", "pre_option_enable_xmlrpc", - "{$hook}", - "{$hook_name}" + "$page_hook", + "$hook", + "$hook_name" ] } }, diff --git a/hooks/actions.json b/hooks/actions.json index 609c544..2e2e361 100644 --- a/hooks/actions.json +++ b/hooks/actions.json @@ -1661,7 +1661,7 @@ }, { "name": "param", - "content": "{ Array of core auto-update settings. @type bool $dev Whether to enable automatic updates for development versions. @type bool $minor Whether to enable minor automatic core updates. @type bool $major Whether to enable major automatic core updates.\n}", + "content": "{ Array of core auto-update settings. @type bool $dev Whether to enable automatic updates for development versions. @type bool $minor Whether to enable minor automatic core updates. @type bool $major Whether to enable major automatic core updates. }", "types": [ "array" ], @@ -1823,7 +1823,7 @@ { "name": "since", "content": "5.5.0", - "description": "Added 'auto-update-enabled' and 'auto-update-disabled' to possible values for $status." + "description": "Added 'auto-update-enabled' and 'auto-update-disabled' to possible values for $status." }, { "name": "param", @@ -1902,7 +1902,7 @@ { "name": "since", "content": "5.5.0", - "description": "Added 'auto-update-enabled' and 'auto-update-disabled' to possible values for $status." + "description": "Added 'auto-update-enabled' and 'auto-update-disabled' to possible values for $status." }, { "name": "param", @@ -2500,7 +2500,7 @@ }, { "name": "param", - "content": "{ Authentication cookie components. None of the components should be assumed to be valid as they come directly from a client-provided cookie value. @type string $username User's username. @type string $expiration The time the cookie expires as a UNIX timestamp. @type string $token User's session token used. @type string $hmac The security hash for the cookie. @type string $scheme The cookie scheme to use.\n}", + "content": "{ Authentication cookie components. None of the components should be assumed to be valid as they come directly from a client-provided cookie value. @type string $username User's username. @type string $expiration The time the cookie expires as a UNIX timestamp. @type string $token User's session token used. @type string $hmac The security hash for the cookie. @type string $scheme The cookie scheme to use. }", "types": [ "string[]" ], @@ -2525,7 +2525,7 @@ }, { "name": "param", - "content": "{ Authentication cookie components. None of the components should be assumed to be valid as they come directly from a client-provided cookie value. @type string $username User's username. @type string $expiration The time the cookie expires as a UNIX timestamp. @type string $token User's session token used. @type string $hmac The security hash for the cookie. @type string $scheme The cookie scheme to use.\n}", + "content": "{ Authentication cookie components. None of the components should be assumed to be valid as they come directly from a client-provided cookie value. @type string $username User's username. @type string $expiration The time the cookie expires as a UNIX timestamp. @type string $token User's session token used. @type string $hmac The security hash for the cookie. @type string $scheme The cookie scheme to use. }", "types": [ "string[]" ], @@ -2550,7 +2550,7 @@ }, { "name": "param", - "content": "{ Authentication cookie components. None of the components should be assumed to be valid as they come directly from a client-provided cookie value. @type string $username User's username. @type string $expiration The time the cookie expires as a UNIX timestamp. @type string $token User's session token used. @type string $hmac The security hash for the cookie. @type string $scheme The cookie scheme to use.\n}", + "content": "{ Authentication cookie components. None of the components should be assumed to be valid as they come directly from a client-provided cookie value. @type string $username User's username. @type string $expiration The time the cookie expires as a UNIX timestamp. @type string $token User's session token used. @type string $hmac The security hash for the cookie. @type string $scheme The cookie scheme to use. }", "types": [ "string[]" ], @@ -2575,7 +2575,7 @@ }, { "name": "param", - "content": "{ Authentication cookie components. None of the components should be assumed to be valid as they come directly from a client-provided cookie value. @type string $username User's username. @type string $expiration The time the cookie expires as a UNIX timestamp. @type string $token User's session token used. @type string $hmac The security hash for the cookie. @type string $scheme The cookie scheme to use.\n}", + "content": "{ Authentication cookie components. None of the components should be assumed to be valid as they come directly from a client-provided cookie value. @type string $username User's username. @type string $expiration The time the cookie expires as a UNIX timestamp. @type string $token User's session token used. @type string $hmac The security hash for the cookie. @type string $scheme The cookie scheme to use. }", "types": [ "string[]" ], @@ -2633,7 +2633,7 @@ }, { "name": "param", - "content": "{ Authentication cookie components. @type string $username User's username. @type string $expiration The time the cookie expires as a UNIX timestamp. @type string $token User's session token used. @type string $hmac The security hash for the cookie. @type string $scheme The cookie scheme to use.\n}", + "content": "{ Authentication cookie components. @type string $username User's username. @type string $expiration The time the cookie expires as a UNIX timestamp. @type string $token User's session token used. @type string $hmac The security hash for the cookie. @type string $scheme The cookie scheme to use. }", "types": [ "string[]" ], @@ -7038,7 +7038,7 @@ }, { "name": "param", - "content": "{ An associative array of widget arguments. @type string $name Name of the widget. @type string $id Widget ID. @type callable $callback When the hook is fired on the front end, $callback is an array containing the widget object. Fired on the back end, $callback is 'wp_widget_control', see $_callback. @type array $params An associative array of multi-widget arguments. @type string $classname CSS class applied to the widget container. @type string $description The widget description. @type array $_callback When the hook is fired on the back end, $_callback is populated with an array containing the widget object, see $callback.\n}", + "content": "{ An associative array of widget arguments. @type string $name Name of the widget. @type string $id Widget ID. @type callable $callback When the hook is fired on the front end, $callback is an array containing the widget object. Fired on the back end, $callback is 'wp_widget_control', see $_callback. @type array $params An associative array of multi-widget arguments. @type string $classname CSS class applied to the widget container. @type string $description The widget description. @type array $_callback When the hook is fired on the back end, $_callback is populated with an array containing the widget object, see $callback. }", "types": [ "array" ], @@ -8716,7 +8716,7 @@ }, { "name": "param", - "content": "{ An object of metadata about the available plugin update. @type string $id Plugin ID, e.g. w.org/plugins/[plugin-name]. @type string $slug Plugin slug. @type string $plugin Plugin basename. @type string $new_version New plugin version. @type string $url Plugin URL. @type string $package Plugin update package URL. @type string[] $icons An array of plugin icon URLs. @type string[] $banners An array of plugin banner URLs. @type string[] $banners_rtl An array of plugin RTL banner URLs. @type string $requires The version of WordPress which the plugin requires. @type string $tested The version of WordPress the plugin is tested against. @type string $requires_php The version of PHP which the plugin requires.\n}", + "content": "{ An object of metadata about the available plugin update. @type string $id Plugin ID, e.g. w.org/plugins/[plugin-name]. @type string $slug Plugin slug. @type string $plugin Plugin basename. @type string $new_version New plugin version. @type string $url Plugin URL. @type string $package Plugin update package URL. @type string[] $icons An array of plugin icon URLs. @type string[] $banners An array of plugin banner URLs. @type string[] $banners_rtl An array of plugin RTL banner URLs. @type string $requires The version of WordPress which the plugin requires. @type string $tested The version of WordPress the plugin is tested against. @type string $requires_php The version of PHP which the plugin requires. }", "types": [ "object" ], @@ -8749,7 +8749,7 @@ }, { "name": "param", - "content": "{ An array of metadata about the available theme update. @type string $new_version New theme version. @type string $url Theme URL. @type string $package Theme update package URL.\n}", + "content": "{ An array of metadata about the available theme update. @type string $new_version New theme version. @type string $url Theme URL. @type string $package Theme update package URL. }", "types": [ "array" ], @@ -17312,7 +17312,7 @@ }, { "name": "param", - "content": "{ Array of bulk item update data. @type string $action Type of action. Default 'update'. @type string $type Type of update process. Accepts 'plugin', 'theme', 'translation', or 'core'. @type bool $bulk Whether the update process is a bulk update. Default true. @type array $plugins Array of the basename paths of the plugins' main files. @type array $themes The theme slugs. @type array $translations { Array of translations update data. @type string $language The locale the translation is for. @type string $type Type of translation. Accepts 'plugin', 'theme', or 'core'. @type string $slug Text domain the translation is for. The slug of a theme/plugin or 'default' for core translations. @type string $version The version of a theme, plugin, or core. }\n}", + "content": "{ Array of bulk item update data. @type string $action Type of action. Default 'update'. @type string $type Type of update process. Accepts 'plugin', 'theme', 'translation', or 'core'. @type bool $bulk Whether the update process is a bulk update. Default true. @type array $plugins Array of the basename paths of the plugins' main files. @type array $themes The theme slugs. @type array $translations { Array of translations update data. @type string $language The locale the translation is for. @type string $type Type of translation. Accepts 'plugin', 'theme', or 'core'. @type string $slug Text domain the translation is for. The slug of a theme/plugin or 'default' for core translations. @type string $version The version of a theme, plugin, or core. } }", "types": [ "array" ], @@ -17585,14 +17585,14 @@ "type": "action", "doc": { "description": "Fires when adding content to the welcome panel on the admin dashboard.", - "long_description": "To remove the default welcome panel, use remove_action():\n remove_action( 'welcome_panel', 'wp_welcome_panel' );", + "long_description": "To remove the default welcome panel, use remove_action():\n remove_action( 'welcome_panel', 'wp_welcome_panel' );", "tags": [ { "name": "since", "content": "3.5.0" } ], - "long_description_html": "

To remove the default welcome panel, use remove_action():

remove_action( 'welcome_panel', 'wp_welcome_panel' );
" + "long_description_html": "

To remove the default welcome panel, use remove_action():

remove_action( 'welcome_panel', 'wp_welcome_panel' );

" }, "args": 0 }, @@ -18051,7 +18051,7 @@ }, { "name": "param", - "content": "{ The array of request data. All arguments are optional and may be empty. @type string $app_name The suggested name of the application. @type string $success_url The URL the user will be redirected to after approving the application. @type string $reject_url The URL the user will be redirected to after rejecting the application.\n}", + "content": "{ The array of request data. All arguments are optional and may be empty. @type string $app_name The suggested name of the application. @type string $success_url The URL the user will be redirected to after approving the application. @type string $reject_url The URL the user will be redirected to after rejecting the application. }", "types": [ "array" ], @@ -18361,7 +18361,7 @@ }, { "name": "param", - "content": "{ The details about the created password. @type string $uuid The unique identifier for the application password. @type string $app_id A UUID provided by the application to uniquely identify it. @type string $name The name of the application password. @type string $password A one-way hash of the password. @type int $created Unix timestamp of when the password was created. @type null $last_used Null. @type null $last_ip Null.\n}", + "content": "{ The details about the created password. @type string $uuid The unique identifier for the application password. @type string $app_id A UUID provided by the application to uniquely identify it. @type string $name The name of the application password. @type string $password A one-way hash of the password. @type int $created Unix timestamp of when the password was created. @type null $last_used Null. @type null $last_ip Null. }", "types": [ "array" ], @@ -18377,7 +18377,7 @@ }, { "name": "param", - "content": "{ Arguments used to create the application password. @type string $name The name of the application password. @type string $app_id A UUID provided by the application to uniquely identify it.\n}", + "content": "{ Arguments used to create the application password. @type string $name The name of the application password. @type string $app_id A UUID provided by the application to uniquely identify it. }", "types": [ "array" ], @@ -19218,7 +19218,7 @@ }, { "name": "param", - "content": "{ An array containing the email recipient(s), subject, message, headers, and attachments. @type string[] $to Email addresses to send message. @type string $subject Email subject. @type string $message Message contents. @type string[] $headers Additional headers. @type string[] $attachments Paths to files to attach.\n}", + "content": "{ An array containing the email recipient(s), subject, message, headers, and attachments. @type string[] $to Email addresses to send message. @type string $subject Email subject. @type string $message Message contents. @type string[] $headers Additional headers. @type string[] $attachments Paths to files to attach. }", "types": [ "array" ], @@ -20228,7 +20228,7 @@ }, { "name": "param", - "content": "Associative array of complete site data. See {@see wp_insert_site()} for the included data.", + "content": "Associative array of complete site data. See {@see \\wp_insert_site()} for the included data.", "types": [ "array" ], @@ -21282,28 +21282,6 @@ }, "args": 1 }, - { - "name": "{$page_hook}", - "file": "wp-admin/admin.php", - "type": "action", - "doc": { - "description": "Used to call the registered callback for a plugin screen.", - "long_description": "This hook uses a dynamic hook name, `$page_hook`, which refers to a mixture of plugin page information including:\n 1. The page type. If the plugin page is registered as a submenu page, such as for Settings, the page type would be 'settings'. Otherwise the type is 'toplevel'.\n 2. A separator of '_page_'.\n 3. The plugin basename minus the file extension.\n Together, the three parts form the `$page_hook`. Citing the example above, the hook name used would be 'settings_page_pluginbasename'.", - "tags": [ - { - "name": "see", - "content": "", - "refers": "get_plugin_page_hook()" - }, - { - "name": "since", - "content": "1.5.0" - } - ], - "long_description_html": "

This hook uses a dynamic hook name, $page_hook, which refers to a mixture of plugin page information including:

  1. The page type. If the plugin page is registered as a submenu page, such as for Settings, the page type would be 'settings'. Otherwise the type is 'toplevel'.
  2. A separator of 'page'.
  3. The plugin basename minus the file extension.

Together, the three parts form the $page_hook. Citing the example above, the hook name used would be 'settings_page_pluginbasename'.

" - }, - "args": 0 - }, { "name": "{$taxonomy}_add_form", "aliases": [ diff --git a/hooks/filters.json b/hooks/filters.json index eaed8b3..6008107 100644 --- a/hooks/filters.json +++ b/hooks/filters.json @@ -248,7 +248,7 @@ }, { "name": "param", - "content": "{ An array of default site meta variables. @type int $lang_id The language ID. @type int $blog_public Whether search engines should be discouraged from indexing the site. 1 for true, 0 for false.\n}", + "content": "{ An array of default site meta variables. @type int $lang_id The language ID. @type int $blog_public Whether search engines should be discouraged from indexing the site. 1 for true, 0 for false. }", "types": [ "array" ], @@ -1194,7 +1194,7 @@ }, { "name": "param", - "content": "{ Array of default allowed HTTP origins. @type string $0 Non-secure URL for admin origin. @type string $1 Secure URL for admin origin. @type string $2 Non-secure URL for home origin. @type string $3 Secure URL for home origin.\n}", + "content": "{ Array of default allowed HTTP origins. @type string $0 Non-secure URL for admin origin. @type string $1 Secure URL for admin origin. @type string $2 Non-secure URL for home origin. @type string $3 Secure URL for home origin. }", "types": [ "string[]" ], @@ -1522,7 +1522,7 @@ { "name": "since", "content": "5.6.0", - "description": "Providing an empty string will now disable the view attachment page link on the media modal." + "description": "Providing an empty string will now disable the view attachment page link on the media modal." }, { "name": "param", @@ -1575,7 +1575,7 @@ }, { "name": "param", - "content": "{ Information about the newly-uploaded file. @type string $file Filename of the newly-uploaded file. @type string $url URL of the uploaded file. @type string $type File type.\n}", + "content": "{ Information about the newly-uploaded file. @type string $file Filename of the newly-uploaded file. @type string $url URL of the uploaded file. @type string $type File type. }", "types": [ "array" ], @@ -2153,7 +2153,7 @@ }, { "name": "param", - "content": "{ Array of email arguments that will be passed to wp_mail(). @type string $to The email recipient. An array of emails can be returned, as handled by wp_mail(). @type string $subject The email's subject. @type string $body The email message body. @type string $headers Any email headers, defaults to no headers.\n}", + "content": "{ Array of email arguments that will be passed to wp_mail(). @type string $to The email recipient. An array of emails can be returned, as handled by wp_mail(). @type string $subject The email's subject. @type string $body The email message body. @type string $headers Any email headers, defaults to no headers. }", "types": [ "array" ], @@ -2251,7 +2251,7 @@ }, { "name": "param", - "content": "{ Array of email arguments that will be passed to wp_mail(). @type string $to The email recipient. An array of emails can be returned, as handled by wp_mail(). @type string $subject The email's subject. @type string $body The email message body. @type string $headers Any email headers, defaults to no headers.\n}", + "content": "{ Array of email arguments that will be passed to wp_mail(). @type string $to The email recipient. An array of emails can be returned, as handled by wp_mail(). @type string $subject The email's subject. @type string $body The email message body. @type string $headers Any email headers, defaults to no headers. }", "types": [ "array" ], @@ -2471,7 +2471,7 @@ }, { "name": "param", - "content": "{ Array of email arguments that will be passed to wp_mail(). @type string $to The email recipient. An array of emails can be returned, as handled by wp_mail(). @type string $subject Email subject. @type string $body Email message body. @type string $headers Any email headers. Default empty.\n}", + "content": "{ Array of email arguments that will be passed to wp_mail(). @type string $to The email recipient. An array of emails can be returned, as handled by wp_mail(). @type string $subject Email subject. @type string $body Email message body. @type string $headers Any email headers. Default empty. }", "types": [ "array" ], @@ -2628,7 +2628,7 @@ }, { "name": "param", - "content": "{ Indexed array of the image width and height in pixels. @type int $0 The image width. @type int $1 The image height.\n}", + "content": "{ Indexed array of the image width and height in pixels. @type int $0 The image width. @type int $1 The image height. }", "types": [ "array" ], @@ -2710,10 +2710,7 @@ }, { "name": "return", - "content": "The list of blocks that need a list item wrapper.", - "types": [ - "array" - ] + "content": "The list of blocks that need a list item wrapper." } ], "long_description_html": "

Affords the ability to customize which blocks need a list item wrapper when rendered within a core/navigation block. This is useful for blocks that are not list items but should be wrapped in a list item when used as a child of a navigation block.

" @@ -3649,7 +3646,7 @@ }, { "name": "param", - "content": "{ The HTML attributes applied to the list item's <a> element, empty strings are ignored. @type string $href The href attribute. @type string $title The title attribute.\n}", + "content": "{ The HTML attributes applied to the list item's <a> element, empty strings are ignored. @type string $href The href attribute. @type string $title The title attribute. }", "types": [ "array" ], @@ -5466,7 +5463,7 @@ }, { "name": "param", - "content": "{ Associative array of the clauses for the query. @type string $fields The SELECT clause of the query. @type string $join The JOIN clause of the query. @type string $where The WHERE clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $limits The LIMIT clause of the query. @type string $groupby The GROUP BY clause of the query.\n}", + "content": "{ Associative array of the clauses for the query. @type string $fields The SELECT clause of the query. @type string $join The JOIN clause of the query. @type string $where The WHERE clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $limits The LIMIT clause of the query. @type string $groupby The GROUP BY clause of the query. }", "types": [ "string[]" ], @@ -5679,7 +5676,7 @@ { "name": "since", "content": "5.6.0", - "description": "The returned array of comment data is assigned to the comments property of the current WP_Comment_Query instance." + "description": "The returned array of comment data is assigned to the comments property of the current WP_Comment_Query instance." }, { "name": "param", @@ -5773,7 +5770,7 @@ }, { "name": "param", - "content": "{ Array of WP_Comment_Query arguments. @type string|array $orderby Field(s) to order by. @type string $order Order of results. Accepts 'ASC' or 'DESC'. @type string $status Comment status. @type array $include_unapproved Array of IDs or email addresses whose unapproved comments will be included in results. @type int $post_id ID of the post. @type bool $no_found_rows Whether to refrain from querying for found rows. @type bool $update_comment_meta_cache Whether to prime cache for comment meta. @type bool|string $hierarchical Whether to query for comments hierarchically. @type int $offset Comment offset. @type int $number Number of comments to fetch.\n}", + "content": "{ Array of WP_Comment_Query arguments. @type string|array $orderby Field(s) to order by. @type string $order Order of results. Accepts 'ASC' or 'DESC'. @type string $status Comment status. @type array $include_unapproved Array of IDs or email addresses whose unapproved comments will be included in results. @type int $post_id ID of the post. @type bool $no_found_rows Whether to refrain from querying for found rows. @type bool $update_comment_meta_cache Whether to prime cache for comment meta. @type bool|string $hierarchical Whether to query for comments hierarchically. @type int $offset Comment offset. @type int $number Number of comments to fetch. }", "types": [ "array" ], @@ -5803,7 +5800,7 @@ }, { "name": "param", - "content": "{ The top level query arguments for the comments template. @type bool $count Whether to return a comment count. @type string|array $orderby The field(s) to order by. @type int $post_id The post ID. @type string|array $status The comment status to limit results by.\n}", + "content": "{ The top level query arguments for the comments template. @type bool $count Whether to return a comment count. @type string|array $orderby The field(s) to order by. @type int $post_id The post ID. @type string|array $status The comment status to limit results by. }", "types": [ "array" ], @@ -5919,7 +5916,7 @@ }, { "name": "param", - "content": "{ Version check query arguments. @type string $version WordPress version number. @type string $php PHP version number. @type string $locale The locale to retrieve updates for. @type string $mysql MySQL version number. @type string $local_package The value of the $wp_local_package global, when set. @type int $blogs Number of sites on this WordPress installation. @type int $users Number of users on this WordPress installation. @type int $multisite_enabled Whether this WordPress installation uses Multisite. @type int $initial_db_version Database version of WordPress at time of installation.\n}", + "content": "{ Version check query arguments. @type string $version WordPress version number. @type string $php PHP version number. @type string $locale The locale to retrieve updates for. @type string $mysql MySQL version number. @type string $local_package The value of the $wp_local_package global, when set. @type int $blogs Number of sites on this WordPress installation. @type int $users Number of users on this WordPress installation. @type int $multisite_enabled Whether this WordPress installation uses Multisite. @type int $initial_db_version Database version of WordPress at time of installation. }", "types": [ "array" ], @@ -5975,7 +5972,7 @@ }, { "name": "param", - "content": "{ An array of cron request URL arguments. @type string $url The cron request URL. @type int $key The 22 digit GMT microtime. @type array $args { An array of cron request arguments. @type int $timeout The request timeout in seconds. Default .01 seconds. @type bool $blocking Whether to set blocking for the request. Default false. @type bool $sslverify Whether SSL should be verified for the request. Default false. }\n}", + "content": "{ An array of cron request URL arguments. @type string $url The cron request URL. @type int $key The 22 digit GMT microtime. @type array $args { An array of cron request arguments. @type int $timeout The request timeout in seconds. Default .01 seconds. @type bool $blocking Whether to set blocking for the request. Default false. @type bool $sslverify Whether SSL should be verified for the request. Default false. } }", "types": [ "array" ], @@ -6008,7 +6005,7 @@ }, { "name": "param", - "content": "{ An array of non-default cron schedules keyed by the schedule name. Default empty array. @type array ...$0 { Cron schedule information. @type int $interval The schedule interval in seconds. @type string $display The schedule display name. }\n}", + "content": "{ An array of non-default cron schedules keyed by the schedule name. Default empty array. @type array ...$0 { Cron schedule information. @type int $interval The schedule interval in seconds. @type string $display The schedule display name. } }", "types": [ "array" ], @@ -6165,7 +6162,7 @@ }, { "name": "param", - "content": "{ Filter context. @type string $uuid Changeset UUID. @type string $title Requested title for the changeset post. @type string $status Requested status for the changeset post. @type string $date_gmt Requested date for the changeset post in MySQL format and GMT timezone. @type int|false $post_id Post ID for the changeset, or false if it doesn't exist yet. @type array $previous_data Previous data contained in the changeset. @type WP_Customize_Manager $manager Manager instance.\n}", + "content": "{ Filter context. @type string $uuid Changeset UUID. @type string $title Requested title for the changeset post. @type string $status Requested status for the changeset post. @type string $date_gmt Requested date for the changeset post in MySQL format and GMT timezone. @type int|false $post_id Post ID for the changeset, or false if it doesn't exist yet. @type array $previous_data Previous data contained in the changeset. @type WP_Customize_Manager $manager Manager instance. }", "types": [ "array" ], @@ -6762,7 +6759,7 @@ }, { "name": "param", - "content": "{ Response. @type array $contents Associative array mapping a partial ID its corresponding array of contents for the containers requested. @type array $errors List of errors triggered during rendering of partials, if WP_DEBUG_DISPLAY is enabled.\n}", + "content": "{ Response. @type array $contents Associative array mapping a partial ID its corresponding array of contents for the containers requested. @type array $errors List of errors triggered during rendering of partials, if WP_DEBUG_DISPLAY is enabled. }", "types": [ "array" ], @@ -7569,7 +7566,7 @@ }, { "name": "param", - "content": "{ The debug information to be added to the core information page. This is an associative multi-dimensional array, up to three levels deep. The topmost array holds the sections, keyed by section ID. @type array ...$0 { Each section has a $fields associative array (see below), and each $value in $fields can be another associative array of name/value pairs when there is more structured data to display. @type string $label Required. The title for this section of the debug output. @type string $description Optional. A description for your information section which may contain basic HTML markup, inline tags only as it is outputted in a paragraph. @type bool $show_count Optional. If set to true, the amount of fields will be included in the title for this section. Default false. @type bool $private Optional. If set to true, the section and all associated fields will be excluded from the copied data. Default false. @type array $fields { Required. An associative array containing the fields to be displayed in the section, keyed by field ID. @type array ...$0 { An associative array containing the data to be displayed for the field. @type string $label Required. The label for this piece of information. @type mixed $value Required. The output that is displayed for this field. Text should be translated. Can be an associative array that is displayed as name/value pairs. Accepted types: string|int|float|(string|int|float)[]. @type string $debug Optional. The output that is used for this field when the user copies the data. It should be more concise and not translated. If not set, the content of $value is used. Note that the array keys are used as labels for the copied data. @type bool $private Optional. If set to true, the field will be excluded from the copied data, allowing you to show, for example, API keys here. Default false. } } }\n}", + "content": "{ The debug information to be added to the core information page. This is an associative multi-dimensional array, up to three levels deep. The topmost array holds the sections, keyed by section ID. @type array ...$0 { Each section has a $fields associative array (see below), and each $value in $fields can be another associative array of name/value pairs when there is more structured data to display. @type string $label Required. The title for this section of the debug output. @type string $description Optional. A description for your information section which may contain basic HTML markup, inline tags only as it is outputted in a paragraph. @type bool $show_count Optional. If set to true, the amount of fields will be included in the title for this section. Default false. @type bool $private Optional. If set to true, the section and all associated fields will be excluded from the copied data. Default false. @type array $fields { Required. An associative array containing the fields to be displayed in the section, keyed by field ID. @type array ...$0 { An associative array containing the data to be displayed for the field. @type string $label Required. The label for this piece of information. @type mixed $value Required. The output that is displayed for this field. Text should be translated. Can be an associative array that is displayed as name/value pairs. Accepted types: string|int|float|(string|int|float)[]. @type string $debug Optional. The output that is used for this field when the user copies the data. It should be more concise and not translated. If not set, the content of $value is used. Note that the array keys are used as labels for the copied data. @type bool $private Optional. If set to true, the field will be excluded from the copied data, allowing you to show, for example, API keys here. Default false. } } } }", "types": [ "array" ], @@ -7936,7 +7933,7 @@ }, { "name": "param", - "content": "{ The default template types. @type array ...$0 { Data for the template type. @type string $title Template type title. @type string $description Template type description. }\n}", + "content": "{ The default template types. @type array ...$0 { Data for the template type. @type string $title Template type title. @type string $description Template type description. } }", "types": [ "array[]" ], @@ -7994,7 +7991,7 @@ }, { "name": "param", - "content": "{ The allowed template part area values. @type array ...$0 { Data for the template part area. @type string $area Template part area name. @type string $label Template part area label. @type string $description Template part area description. @type string $icon Template part area icon. @type string $area_tag Template part area tag. }\n}", + "content": "{ The allowed template part area values. @type array ...$0 { Data for the template part area. @type string $area Template part area name. @type string $label Template part area label. @type string $description Template part area description. @type string $icon Template part area icon. @type string $area_tag Template part area tag. } }", "types": [ "array[]" ], @@ -8579,7 +8576,7 @@ { "name": "since", "content": "5.5.0", - "description": "Also applied in the Customizer context. If any admin functions are used within the filter, their existence should be checked with function_exists() before being used." + "description": "Also applied in the Customizer context. If any admin functions are used within the filter, their existence should be checked with function_exists() before being used." }, { "name": "param", @@ -8821,7 +8818,7 @@ }, { "name": "param", - "content": "{ The document title parts. @type string $title Title of the viewed page. @type string $page Optional. Page number if paginated. @type string $tagline Optional. Site description when on home page. @type string $site Optional. Site title when not on home page.\n}", + "content": "{ The document title parts. @type string $title Title of the viewed page. @type string $page Optional. Page number if paginated. @type string $tagline Optional. Site description when on home page. @type string $site Optional. Site title when not on home page. }", "types": [ "array" ], @@ -9102,7 +9099,7 @@ }, { "name": "param", - "content": "{ @type array $args { An array of widget display arguments. @type string $name Name of the sidebar the widget is assigned to. @type string $id ID of the sidebar the widget is assigned to. @type string $description The sidebar description. @type string $class CSS class applied to the sidebar container. @type string $before_widget HTML markup to prepend to each widget in the sidebar. @type string $after_widget HTML markup to append to each widget in the sidebar. @type string $before_title HTML markup to prepend to the widget title when displayed. @type string $after_title HTML markup to append to the widget title when displayed. @type string $widget_id ID of the widget. @type string $widget_name Name of the widget. } @type array $widget_args { An array of multi-widget arguments. @type int $number Number increment used for multiples of the same widget. }\n}", + "content": "{ @type array $args { An array of widget display arguments. @type string $name Name of the sidebar the widget is assigned to. @type string $id ID of the sidebar the widget is assigned to. @type string $description The sidebar description. @type string $class CSS class applied to the sidebar container. @type string $before_widget HTML markup to prepend to each widget in the sidebar. @type string $after_widget HTML markup to append to each widget in the sidebar. @type string $before_title HTML markup to prepend to the widget title when displayed. @type string $after_title HTML markup to append to the widget title when displayed. @type string $widget_id ID of the widget. @type string $widget_name Name of the widget. } @type array $widget_args { An array of multi-widget arguments. @type int $number Number increment used for multiples of the same widget. } }", "types": [ "array" ], @@ -9729,7 +9726,7 @@ }, { "name": "param", - "content": "{ An array of width and height values. @type int $0 The maximum width in pixels. @type int $1 The maximum height in pixels.\n}", + "content": "{ An array of width and height values. @type int $0 The maximum width in pixels. @type int $1 The maximum height in pixels. }", "types": [ "int[]" ], @@ -9796,7 +9793,7 @@ }, { "name": "param", - "content": "{ Used to build wp_mail(). @type string $to The intended recipients. @type string $subject The subject of the email. @type string $message The content of the email. The following strings have a special meaning and will get replaced dynamically: - ###USERNAME### The current user's username. - ###ADMIN_EMAIL### The admin email in case this was unexpected. - ###NEW_EMAIL### The new email address. - ###EMAIL### The old email address. - ###SITENAME### The name of the site. - ###SITEURL### The URL to the site. @type string $headers Headers.\n}", + "content": "{ Used to build wp_mail(). @type string $to The intended recipients. @type string $subject The subject of the email. @type string $message The content of the email. The following strings have a special meaning and will get replaced dynamically: - ###USERNAME### The current user's username. - ###ADMIN_EMAIL### The admin email in case this was unexpected. - ###NEW_EMAIL### The new email address. - ###EMAIL### The old email address. - ###SITENAME### The name of the site. - ###SITEURL### The URL to the site. @type string $headers Headers. }", "types": [ "array" ], @@ -9896,7 +9893,7 @@ }, { "name": "param", - "content": "{ Indexed array of the embed width and height in pixels. @type int $0 The embed width. @type int $1 The embed height.\n}", + "content": "{ Indexed array of the embed width and height in pixels. @type int $0 The embed width. @type int $1 The embed height. }", "types": [ "int[]" ], @@ -10603,7 +10600,7 @@ "variable": "$enable_debug_mode" } ], - "long_description_html": "

This filter runs before it can be used by plugins. It is designed for non-web runtimes. Returning false causes the WP_DEBUG and related constants to not be checked and the default PHP values for errors will be used unless you take care to update them yourself.

To use this filter you must define a $wp_filter global before WordPress loads, usually in wp-config.php.

Example:

$GLOBALS['wp_filter'] = array(\n    'enable_wp_debug_mode_checks' => array(\n        10 => array(\n            array(\n                'accepted_args' => 0,\n                'function'      => function() {\n                    return false;\n                },\n            ),\n        ),\n    ),\n);
" + "long_description_html": "

This filter runs before it can be used by plugins. It is designed for non-web runtimes. Returning false causes the WP_DEBUG and related constants to not be checked and the default PHP values for errors will be used unless you take care to update them yourself.

To use this filter you must define a $wp_filter global before WordPress loads, usually in wp-config.php.

Example:

$GLOBALS['wp_filter'] = array(     'enable_wp_debug_mode_checks' => array(         10 => array(             array(                 'accepted_args' => 0,                 'function'      => function() {                     return false;                 },             ),         ),     ), );
" }, "args": 1 }, @@ -11641,7 +11638,7 @@ }, { "name": "param", - "content": "{ Array of information about the font upload directory. @type string $path Base directory and subdirectory or full path to the fonts upload directory. @type string $url Base URL and subdirectory or absolute URL to the fonts upload directory. @type string $subdir Subdirectory @type string $basedir Path without subdir. @type string $baseurl URL path without subdir. @type string|false $error False or error message.\n}", + "content": "{ Array of information about the font upload directory. @type string $path Base directory and subdirectory or full path to the fonts upload directory. @type string $url Base URL and subdirectory or absolute URL to the fonts upload directory. @type string $subdir Subdirectory @type string $basedir Path without subdir. @type string $baseurl URL path without subdir. @type string|false $error False or error message. }", "types": [ "array" ], @@ -12591,7 +12588,7 @@ }, { "name": "param", - "content": "{ Arguments to retrieve templates. All arguments are optional. @type string[] $slug__in List of slugs to include. @type int $wp_id Post ID of customized template. @type string $area A 'wp_template_part_area' taxonomy value to filter by (for 'wp_template_part' template type only). @type string $post_type Post type to get the templates for.\n}", + "content": "{ Arguments to retrieve templates. All arguments are optional. @type string[] $slug__in List of slugs to include. @type int $wp_id Post ID of customized template. @type string $area A 'wp_template_part_area' taxonomy value to filter by (for 'wp_template_part' template type only). @type string $post_type Post type to get the templates for. }", "types": [ "array" ], @@ -14664,7 +14661,7 @@ }, { "name": "param", - "content": "{ Arguments used to calculate pagination. These include arguments auto-detected by the function, based on query vars, system settings, etc. For pristine arguments passed to the function, see $original_args. @type string $type Type of comments to count. @type int $page Calculated current page. @type int $per_page Calculated number of comments per page. @type int $max_depth Maximum comment threading depth allowed.\n}", + "content": "{ Arguments used to calculate pagination. These include arguments auto-detected by the function, based on query vars, system settings, etc. For pristine arguments passed to the function, see $original_args. @type string $type Type of comments to count. @type int $page Calculated current page. @type int $per_page Calculated number of comments per page. @type int $max_depth Maximum comment threading depth allowed. }", "types": [ "array" ], @@ -14672,7 +14669,7 @@ }, { "name": "param", - "content": "{ Array of arguments passed to the function. Some or all of these may not be set. @type string $type Type of comments to count. @type int $page Current comment page. @type int $per_page Number of comments per page. @type int $max_depth Maximum comment threading depth allowed.\n}", + "content": "{ Array of arguments passed to the function. Some or all of these may not be set. @type string $type Type of comments to count. @type int $page Current comment page. @type int $per_page Number of comments per page. @type int $max_depth Maximum comment threading depth allowed. }", "types": [ "array" ], @@ -14710,7 +14707,7 @@ }, { "name": "param", - "content": "{ Array of WP_Comment_Query arguments. @type string $type Limit paginated comments to those matching a given type. Accepts 'comment', 'trackback', 'pingback', 'pings' (trackbacks and pingbacks), or 'all'. Default 'all'. @type int $post_id ID of the post. @type string $fields Comment fields to return. @type bool $count Whether to return a comment count (true) or array of comment objects (false). @type string $status Comment status. @type int $parent Parent ID of comment to retrieve children of. @type array $date_query Date query clauses to limit comments by. See WP_Date_Query. @type array $include_unapproved Array of IDs or email addresses whose unapproved comments will be included in paginated comments.\n}", + "content": "{ Array of WP_Comment_Query arguments. @type string $type Limit paginated comments to those matching a given type. Accepts 'comment', 'trackback', 'pingback', 'pings' (trackbacks and pingbacks), or 'all'. Default 'all'. @type int $post_id ID of the post. @type string $fields Comment fields to return. @type bool $count Whether to return a comment count (true) or array of comment objects (false). @type string $status Comment status. @type int $parent Parent ID of comment to retrieve children of. @type array $date_query Date query clauses to limit comments by. See WP_Date_Query. @type array $include_unapproved Array of IDs or email addresses whose unapproved comments will be included in paginated comments. }", "types": [ "array" ], @@ -15127,7 +15124,7 @@ }, { "name": "param", - "content": "{ Array containing the sample permalink with placeholder for the post name, and the post name. @type string $0 The permalink with placeholder for the post name. @type string $1 The post name.\n}", + "content": "{ Array containing the sample permalink with placeholder for the post name, and the post name. @type string $0 The permalink with placeholder for the post name. @type string $1 The post name. }", "types": [ "array" ], @@ -15503,7 +15500,7 @@ }, { "name": "param", - "content": "An array of arguments. See {@see get_terms()}.", + "content": "An array of arguments. See {@see \\get_terms()}.", "types": [ "array" ], @@ -18755,7 +18752,7 @@ }, { "name": "param", - "content": "{ An array of mime type mappings. Maps a source mime type to a new destination mime type. Default empty array. @type string ...$0 The new mime type.\n}", + "content": "{ An array of mime type mappings. Maps a source mime type to a new destination mime type. Default empty array. @type string ...$0 The new mime type. }", "types": [ "string[]" ], @@ -19168,7 +19165,7 @@ "type": "filter", "doc": { "description": "Filters the list of allowed file extensions when sideloading an image from a URL.", - "long_description": "The default allowed extensions are:\n\n - `jpg`\n - `jpeg`\n - `jpe`\n - `png`\n - `gif`\n - `webp`", + "long_description": "The default allowed extensions are:\n - `jpg` - `jpeg` - `jpe` - `png` - `gif` - `webp`", "tags": [ { "name": "since", @@ -19512,7 +19509,7 @@ }, { "name": "param", - "content": "{ Default meta values and keys for the user. @type string $nickname The user's nickname. Default is the user's username. @type string $first_name The user's first name. @type string $last_name The user's last name. @type string $description The user's description. @type string $rich_editing Whether to enable the rich-editor for the user. Default 'true'. @type string $syntax_highlighting Whether to enable the rich code editor for the user. Default 'true'. @type string $comment_shortcuts Whether to enable keyboard shortcuts for the user. Default 'false'. @type string $admin_color The color scheme for a user's admin screen. Default 'fresh'. @type int|bool $use_ssl Whether to force SSL on the user's admin area. 0|false if SSL is not forced. @type string $show_admin_bar_front Whether to show the admin bar on the front end for the user. Default 'true'. @type string $locale User's locale. Default empty.\n}", + "content": "{ Default meta values and keys for the user. @type string $nickname The user's nickname. Default is the user's username. @type string $first_name The user's first name. @type string $last_name The user's last name. @type string $description The user's description. @type string $rich_editing Whether to enable the rich-editor for the user. Default 'true'. @type string $syntax_highlighting Whether to enable the rich code editor for the user. Default 'true'. @type string $comment_shortcuts Whether to enable keyboard shortcuts for the user. Default 'false'. @type string $admin_color The color scheme for a user's admin screen. Default 'fresh'. @type int|bool $use_ssl Whether to force SSL on the user's admin area. 0|false if SSL is not forced. @type string $show_admin_bar_front Whether to show the admin bar on the front end for the user. Default 'true'. @type string $locale User's locale. Default empty. }", "types": [ "array" ], @@ -20118,7 +20115,7 @@ }, { "name": "param", - "content": "{ Used to build wp_mail(). @type string $to The email address of the invited user. @type string $subject The subject of the email. @type string $message The content of the email. @type string $headers Headers.\n}", + "content": "{ Used to build wp_mail(). @type string $to The email address of the invited user. @type string $subject The subject of the email. @type string $message The content of the email. @type string $headers Headers. }", "types": [ "array" ], @@ -22680,7 +22677,7 @@ }, { "name": "param", - "content": "{ An array of requested width and height values. @type int $0 The width in pixels. @type int $1 The height in pixels.\n}", + "content": "{ An array of requested width and height values. @type int $0 The width in pixels. @type int $1 The height in pixels. }", "types": [ "int[]" ], @@ -24205,7 +24202,7 @@ }, { "name": "param", - "content": "{ The HTML attributes applied to the menu item's <li> element, empty strings are ignored. @type string $class HTML CSS class attribute. @type string $id HTML id attribute.\n}", + "content": "{ The HTML attributes applied to the menu item's <li> element, empty strings are ignored. @type string $class HTML CSS class attribute. @type string $id HTML id attribute. }", "types": [ "array" ], @@ -24475,7 +24472,7 @@ }, { "name": "param", - "content": "{ The HTML attributes applied to the menu item's <a> element, empty strings are ignored. @type string $title Title attribute. @type string $target Target attribute. @type string $rel The rel attribute. @type string $href The href attribute. @type string $aria-current The aria-current attribute.\n}", + "content": "{ The HTML attributes applied to the menu item's <a> element, empty strings are ignored. @type string $title Title attribute. @type string $target Target attribute. @type string $rel The rel attribute. @type string $href The href attribute. @type string $aria-current The aria-current attribute. }", "types": [ "array" ], @@ -24550,7 +24547,7 @@ }, { "name": "param", - "content": "{ The HTML attributes applied to the <ul> element, empty strings are ignored. @type string $class HTML CSS class attribute.\n}", + "content": "{ The HTML attributes applied to the <ul> element, empty strings are ignored. @type string $class HTML CSS class attribute. }", "types": [ "array" ], @@ -24648,13 +24645,10 @@ }, { "name": "return", - "content": "Navigation template.", - "types": [ - "string" - ] + "content": "Navigation template." } ], - "long_description_html": "

Note: The filtered template HTML must contain specifiers for the navigation class (%1$s), the screen-reader-text value (%2$s), placement of the navigation links (%3$s), and ARIA label text if screen-reader-text does not fit that (%4$s):

<nav class=\"navigation %1$s\" aria-label=\"%4$s\">\n    <h2 class=\"screen-reader-text\">%2$s</h2>\n    <div class=\"nav-links\">%3$s</div>\n</nav>
" + "long_description_html": "

Note: The filtered template HTML must contain specifiers for the navigation class (%1$s), the screen-reader-text value (%2$s), placement of the navigation links (%3$s), and ARIA label text if screen-reader-text does not fit that (%4$s):

<nav class=\"navigation %1$s\" aria-label=\"%4$s\">     <h2 class=\"screen-reader-text\">%2$s</h2>     <div class=\"nav-links\">%3$s</div> </nav>
" }, "args": 2 }, @@ -24697,7 +24691,7 @@ }, { "name": "param", - "content": "{ Used to build wp_mail(). @type string $to The intended recipient. @type string $subject The subject of the email. @type string $message The content of the email. The following strings have a special meaning and will get replaced dynamically: - ###OLD_EMAIL### The old network admin email address. - ###NEW_EMAIL### The new network admin email address. - ###SITENAME### The name of the network. - ###SITEURL### The URL to the site. @type string $headers Headers.\n}", + "content": "{ Used to build wp_mail(). @type string $to The intended recipient. @type string $subject The subject of the email. @type string $message The content of the email. The following strings have a special meaning and will get replaced dynamically: - ###OLD_EMAIL### The old network admin email address. - ###NEW_EMAIL### The new network admin email address. - ###SITENAME### The name of the network. - ###SITEURL### The URL to the site. @type string $headers Headers. }", "types": [ "array" ], @@ -24966,7 +24960,7 @@ }, { "name": "param", - "content": "{ An array of link data representing individual network admin pages. @type array $link_slug { An array of information about the individual link to a page. $type string $label Label to use for the link. $type string $url URL, relative to network_admin_url() to use for the link. $type string $cap Capability required to see the link. }\n}", + "content": "{ An array of link data representing individual network admin pages. @type array $link_slug { An array of information about the individual link to a page. $type string $label Label to use for the link. $type string $url URL, relative to network_admin_url() to use for the link. $type string $cap Capability required to see the link. } }", "types": [ "array" ], @@ -25100,7 +25094,7 @@ }, { "name": "param", - "content": "{ Associative array of the clauses for the query. @type string $fields The SELECT clause of the query. @type string $join The JOIN clause of the query. @type string $where The WHERE clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $limits The LIMIT clause of the query. @type string $groupby The GROUP BY clause of the query.\n}", + "content": "{ Associative array of the clauses for the query. @type string $fields The SELECT clause of the query. @type string $join The JOIN clause of the query. @type string $where The WHERE clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $limits The LIMIT clause of the query. @type string $groupby The GROUP BY clause of the query. }", "types": [ "string[]" ], @@ -25134,7 +25128,7 @@ { "name": "since", "content": "5.6.0", - "description": "The returned array of network data is assigned to the networks property of the current WP_Network_Query instance." + "description": "The returned array of network data is assigned to the networks property of the current WP_Network_Query instance." }, { "name": "param", @@ -25165,7 +25159,7 @@ "type": "filter", "doc": { "description": "Filters the text of the email sent when a change of site admin email address is attempted.", - "long_description": "The following strings have a special meaning and will get replaced dynamically:\n - ###USERNAME### The current user's username.\n - ###ADMIN_URL### The link to click on to confirm the email change.\n - ###EMAIL### The proposed new site admin email address.\n - ###SITENAME### The name of the site.\n - ###SITEURL### The URL to the site.", + "long_description": "The following strings have a special meaning and will get replaced dynamically: - ###USERNAME### The current user's username. - ###ADMIN_URL### The link to click on to confirm the email change. - ###EMAIL### The proposed new site admin email address. - ###SITENAME### The name of the site. - ###SITEURL### The URL to the site.", "tags": [ { "name": "since", @@ -25187,7 +25181,7 @@ }, { "name": "param", - "content": "{ Data relating to the new site admin email address. @type string $hash The secure hash used in the confirmation link URL. @type string $newemail The proposed new site admin email address.\n}", + "content": "{ Data relating to the new site admin email address. @type string $hash The secure hash used in the confirmation link URL. @type string $newemail The proposed new site admin email address. }", "types": [ "array" ], @@ -25245,7 +25239,7 @@ }, { "name": "param", - "content": "{ Data relating to the new network admin email address. @type string $hash The secure hash used in the confirmation link URL. @type string $newemail The proposed new network admin email address.\n}", + "content": "{ Data relating to the new network admin email address. @type string $hash The secure hash used in the confirmation link URL. @type string $newemail The proposed new network admin email address. }", "types": [ "array" ], @@ -25270,7 +25264,7 @@ }, { "name": "param", - "content": "{ Used to build wp_mail(). @type string $to The email address of the recipient. @type string $subject The subject of the email. @type string $message The content of the email. @type string $headers Headers.\n}", + "content": "{ Used to build wp_mail(). @type string $to The email address of the recipient. @type string $subject The subject of the email. @type string $message The content of the email. @type string $headers Headers. }", "types": [ "array" ], @@ -25325,7 +25319,7 @@ }, { "name": "param", - "content": "{ Data relating to the new user email address. @type string $hash The secure hash used in the confirmation link URL. @type string $newemail The proposed new email address.\n}", + "content": "{ Data relating to the new user email address. @type string $hash The secure hash used in the confirmation link URL. @type string $newemail The proposed new email address. }", "types": [ "array" ], @@ -26261,7 +26255,7 @@ }, { "name": "param", - "content": "{ Minimum and maximum widths for the oEmbed response. @type int $min Minimum width. Default 200. @type int $max Maximum width. Default 600.\n}", + "content": "{ Minimum and maximum widths for the oEmbed response. @type int $min Minimum width. Default 200. @type int $max Maximum width. Default 600. }", "types": [ "array" ], @@ -26929,7 +26923,7 @@ }, { "name": "param", - "content": "{ The HTML attributes applied to the menu item's <a> element, empty strings are ignored. @type string $href The href attribute. @type string $aria-current The aria-current attribute.\n}", + "content": "{ The HTML attributes applied to the menu item's <a> element, empty strings are ignored. @type string $href The href attribute. @type string $aria-current The aria-current attribute. }", "types": [ "array" ], @@ -27194,7 +27188,7 @@ }, { "name": "param", - "content": "{ Used to build wp_mail(). @type string $to The intended recipients. Add emails in a comma separated string. @type string $subject The subject of the email. @type string $message The content of the email. The following strings have a special meaning and will get replaced dynamically: - ###USERNAME### The current user's username. - ###ADMIN_EMAIL### The admin email in case this was unexpected. - ###EMAIL### The user's email address. - ###SITENAME### The name of the site. - ###SITEURL### The URL to the site. @type string $headers Headers. Add headers in a newline (\\r\\n) separated string.\n}", + "content": "{ Used to build wp_mail(). @type string $to The intended recipients. Add emails in a comma separated string. @type string $subject The subject of the email. @type string $message The content of the email. The following strings have a special meaning and will get replaced dynamically: - ###USERNAME### The current user's username. - ###ADMIN_EMAIL### The admin email in case this was unexpected. - ###EMAIL### The user's email address. - ###SITENAME### The name of the site. - ###SITEURL### The URL to the site. @type string $headers Headers. Add headers in a newline (\\r\\n) separated string. }", "types": [ "array" ], @@ -27708,7 +27702,7 @@ }, { "name": "param", - "content": "An array of plugin data. See {@see plugins_api()} for the list of possible values.", + "content": "An array of plugin data. See {@see \\plugins_api()} for the list of possible values.", "types": [ "array" ], @@ -27741,7 +27735,7 @@ }, { "name": "param", - "content": "An array of plugin data. See {@see plugins_api()} for the list of possible values.", + "content": "An array of plugin data. See {@see \\plugins_api()} for the list of possible values.", "types": [ "array" ], @@ -27815,7 +27809,7 @@ }, { "name": "param", - "content": "{ An array of plugin data. @type string $id Plugin ID, e.g. w.org/plugins/[plugin-name]. @type string $slug Plugin slug. @type string $plugin Plugin basename. @type string $new_version New plugin version. @type string $url Plugin URL. @type string $package Plugin update package URL. @type string[] $icons An array of plugin icon URLs. @type string[] $banners An array of plugin banner URLs. @type string[] $banners_rtl An array of plugin RTL banner URLs. @type string $requires The version of WordPress which the plugin requires. @type string $tested The version of WordPress the plugin is tested against. @type string $requires_php The version of PHP which the plugin requires. @type string $upgrade_notice The upgrade notice for the new plugin version. @type bool $update-supported Whether the plugin supports updates. @type string $Name The human-readable name of the plugin. @type string $PluginURI Plugin URI. @type string $Version Plugin version. @type string $Description Plugin description. @type string $Author Plugin author. @type string $AuthorURI Plugin author URI. @type string $TextDomain Plugin textdomain. @type string $DomainPath Relative path to the plugin's .mo file(s). @type bool $Network Whether the plugin can only be activated network-wide. @type string $RequiresWP The version of WordPress which the plugin requires. @type string $RequiresPHP The version of PHP which the plugin requires. @type string $UpdateURI ID of the plugin for update purposes, should be a URI. @type string $Title The human-readable title of the plugin. @type string $AuthorName Plugin author's name. @type bool $update Whether there's an available update. Default null.\n}", + "content": "{ An array of plugin data. @type string $id Plugin ID, e.g. w.org/plugins/[plugin-name]. @type string $slug Plugin slug. @type string $plugin Plugin basename. @type string $new_version New plugin version. @type string $url Plugin URL. @type string $package Plugin update package URL. @type string[] $icons An array of plugin icon URLs. @type string[] $banners An array of plugin banner URLs. @type string[] $banners_rtl An array of plugin RTL banner URLs. @type string $requires The version of WordPress which the plugin requires. @type string $tested The version of WordPress the plugin is tested against. @type string $requires_php The version of PHP which the plugin requires. @type string $upgrade_notice The upgrade notice for the new plugin version. @type bool $update-supported Whether the plugin supports updates. @type string $Name The human-readable name of the plugin. @type string $PluginURI Plugin URI. @type string $Version Plugin version. @type string $Description Plugin description. @type string $Author Plugin author. @type string $AuthorURI Plugin author URI. @type string $TextDomain Plugin textdomain. @type string $DomainPath Relative path to the plugin's .mo file(s). @type bool $Network Whether the plugin can only be activated network-wide. @type string $RequiresWP The version of WordPress which the plugin requires. @type string $RequiresPHP The version of PHP which the plugin requires. @type string $UpdateURI ID of the plugin for update purposes, should be a URI. @type string $Title The human-readable title of the plugin. @type string $AuthorName Plugin author's name. @type bool $update Whether there's an available update. Default null. }", "types": [ "array" ], @@ -28509,7 +28503,7 @@ { "name": "since", "content": "5.5.0", - "description": "Removed the difference between 'excerpt' and 'list' modes. The published time and date are both displayed now, which is equivalent to the previous 'excerpt' mode." + "description": "Removed the difference between 'excerpt' and 'list' modes. The published time and date are both displayed now, which is equivalent to the previous 'excerpt' mode." }, { "name": "param", @@ -28562,7 +28556,7 @@ }, { "name": "param", - "content": "{ Optional. Array of arguments to generate parent dropdown. @type string $taxonomy Name of the taxonomy to retrieve. @type bool $hide_if_empty True to skip generating markup if no categories are found. Default 0. @type string $name Value for the 'name' attribute of the select element. Default \"new{$tax_name}_parent\". @type string $orderby Which column to use for ordering terms. Default 'name'. @type bool|int $hierarchical Whether to traverse the taxonomy hierarchy. Default 1. @type string $show_option_none Text to display for the \"none\" option. Default \"— {$parent} —\", where $parent is 'parent_item' taxonomy label.\n}", + "content": "{ Optional. Array of arguments to generate parent dropdown. @type string $taxonomy Name of the taxonomy to retrieve. @type bool $hide_if_empty True to skip generating markup if no categories are found. Default 0. @type string $name Value for the 'name' attribute of the select element. Default \"new{$tax_name}_parent\". @type string $orderby Which column to use for ordering terms. Default 'name'. @type bool|int $hierarchical Whether to traverse the taxonomy hierarchy. Default 1. @type string $show_option_none Text to display for the \"none\" option. Default \"— {$parent} —\", where $parent is 'parent_item' taxonomy label. }", "types": [ "array" ], @@ -29576,7 +29570,7 @@ }, { "name": "param", - "content": "{ Associative array of the clauses for the query. @type string $where The WHERE clause of the query. @type string $groupby The GROUP BY clause of the query. @type string $join The JOIN clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $distinct The DISTINCT clause of the query. @type string $fields The SELECT clause of the query. @type string $limits The LIMIT clause of the query.\n}", + "content": "{ Associative array of the clauses for the query. @type string $where The WHERE clause of the query. @type string $groupby The GROUP BY clause of the query. @type string $join The JOIN clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $distinct The DISTINCT clause of the query. @type string $fields The SELECT clause of the query. @type string $limits The LIMIT clause of the query. }", "types": [ "string[]" ], @@ -29609,7 +29603,7 @@ }, { "name": "param", - "content": "{ Associative array of the clauses for the query. @type string $where The WHERE clause of the query. @type string $groupby The GROUP BY clause of the query. @type string $join The JOIN clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $distinct The DISTINCT clause of the query. @type string $fields The SELECT clause of the query. @type string $limits The LIMIT clause of the query.\n}", + "content": "{ Associative array of the clauses for the query. @type string $where The WHERE clause of the query. @type string $groupby The GROUP BY clause of the query. @type string $join The JOIN clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $distinct The DISTINCT clause of the query. @type string $fields The SELECT clause of the query. @type string $limits The LIMIT clause of the query. }", "types": [ "string[]" ], @@ -30468,7 +30462,7 @@ { "name": "since", "content": "4.9.0", - "description": "Returning a WP_Error value from the filter will short-circuit comment insertion and allow skipping further processing." + "description": "Returning a WP_Error value from the filter will short-circuit comment insertion and allow skipping further processing." }, { "name": "param", @@ -31102,7 +31096,7 @@ }, { "name": "param", - "content": "{ Arguments to retrieve templates. All arguments are optional. @type string[] $slug__in List of slugs to include. @type int $wp_id Post ID of customized template. @type string $area A 'wp_template_part_area' taxonomy value to filter by (for 'wp_template_part' template type only). @type string $post_type Post type to get the templates for.\n}", + "content": "{ Arguments to retrieve templates. All arguments are optional. @type string[] $slug__in List of slugs to include. @type int $wp_id Post ID of customized template. @type string $area A 'wp_template_part_area' taxonomy value to filter by (for 'wp_template_part' template type only). @type string $post_type Post type to get the templates for. }", "types": [ "array" ], @@ -32026,7 +32020,7 @@ }, { "name": "param", - "content": "{ Reference to a single element from $_FILES. @type string $name The original name of the file on the client machine. @type string $type The mime type of the file, if the browser provided this information. @type string $tmp_name The temporary filename of the file in which the uploaded file was stored on the server. @type int $size The size, in bytes, of the uploaded file. @type int $error The error code associated with this file upload.\n}", + "content": "{ Reference to a single element from $_FILES. @type string $name The original name of the file on the client machine. @type string $type The mime type of the file, if the browser provided this information. @type string $tmp_name The temporary filename of the file in which the uploaded file was stored on the server. @type int $size The size, in bytes, of the uploaded file. @type int $error The error code associated with this file upload. }", "types": [ "array" ], @@ -32419,7 +32413,7 @@ }, { "name": "param", - "content": "{ A representative array of the block being rendered. See WP_Block_Parser_Block. @type string $blockName Name of block. @type array $attrs Attributes from block comment delimiters. @type array[] $innerBlocks List of inner blocks. An array of arrays that have the same structure as this one. @type string $innerHTML HTML from inside block comment delimiters. @type array $innerContent List of string fragments and null markers where inner blocks were found.\n}", + "content": "{ A representative array of the block being rendered. See WP_Block_Parser_Block. @type string $blockName Name of block. @type array $attrs Attributes from block comment delimiters. @type array[] $innerBlocks List of inner blocks. An array of arrays that have the same structure as this one. @type string $innerHTML HTML from inside block comment delimiters. @type array $innerContent List of string fragments and null markers where inner blocks were found. }", "types": [ "array" ], @@ -32468,7 +32462,7 @@ }, { "name": "param", - "content": "{ An object containing an event's data. @type string $hook Action hook to execute when the event is run. @type int $timestamp Unix timestamp (UTC) for when to next run the event. @type string $schedule How often the event should subsequently recur. @type array $args Array containing each separate argument to pass to the hook's callback function. @type int $interval The interval time in seconds for the schedule.\n}", + "content": "{ An object containing an event's data. @type string $hook Action hook to execute when the event is run. @type int $timestamp Unix timestamp (UTC) for when to next run the event. @type string $schedule How often the event should subsequently recur. @type array $args Array containing each separate argument to pass to the hook's callback function. @type int $interval The interval time in seconds for the schedule. }", "types": [ "object" ], @@ -32516,7 +32510,7 @@ }, { "name": "param", - "content": "{ An object containing an event's data. @type string $hook Action hook to execute when the event is run. @type int $timestamp Unix timestamp (UTC) for when to next run the event. @type string|false $schedule How often the event should subsequently recur. @type array $args Array containing each separate argument to pass to the hook's callback function. @type int $interval Optional. The interval time in seconds for the schedule. Only present for recurring events.\n}", + "content": "{ An object containing an event's data. @type string $hook Action hook to execute when the event is run. @type int $timestamp Unix timestamp (UTC) for when to next run the event. @type string|false $schedule How often the event should subsequently recur. @type array $args Array containing each separate argument to pass to the hook's callback function. @type int $interval Optional. The interval time in seconds for the schedule. Only present for recurring events. }", "types": [ "object" ], @@ -33642,11 +33636,7 @@ }, { "name": "return", - "content": "Error object if HTTPS detection errors are found, null otherwise.", - "types": [ - "null", - "\\WP_Error" - ] + "content": "Error object if HTTPS detection errors are found, null otherwise." } ], "long_description_html": "

Returning a WP_Error from the filter will effectively short-circuit the default logic of trying a remote request to the site over HTTPS, storing the errors array from the returned WP_Error instead.

" @@ -33811,7 +33801,7 @@ "type": "filter", "doc": { "description": "Filters whether to preempt sending an email.", - "long_description": "Returning a non-null value will short-circuit {@see wp_mail()}, returning that value instead. A boolean return value should be used to indicate whether the email was successfully sent.", + "long_description": "Returning a non-null value will short-circuit {@see \\wp_mail()}, returning that value instead. A boolean return value should be used to indicate whether the email was successfully sent.", "tags": [ { "name": "since", @@ -33828,14 +33818,14 @@ }, { "name": "param", - "content": "{ Array of the wp_mail() arguments. @type string|string[] $to Array or comma-separated list of email addresses to send message. @type string $subject Email subject. @type string $message Message contents. @type string|string[] $headers Additional headers. @type string|string[] $attachments Paths to files to attach.\n}", + "content": "{ Array of the wp_mail() arguments. @type string|string[] $to Array or comma-separated list of email addresses to send message. @type string $subject Email subject. @type string $message Message contents. @type string|string[] $headers Additional headers. @type string|string[] $attachments Paths to files to attach. }", "types": [ "array" ], "variable": "$atts" } ], - "long_description_html": "

Returning a non-null value will short-circuit {@see wp_mail()}, returning that value instead. A boolean return value should be used to indicate whether the email was successfully sent.

" + "long_description_html": "

Returning a non-null value will short-circuit {@see \\wp_mail()}, returning that value instead. A boolean return value should be used to indicate whether the email was successfully sent.

" }, "args": 2 }, @@ -35106,7 +35096,7 @@ }, { "name": "param", - "content": "{ Used to build a call to wp_mail(). @type string|array $to Array or comma-separated list of email addresses to send message. @type string $subject Email subject @type string $message Message contents @type string|array $headers Optional. Additional headers. @type string|array $attachments Optional. Files to attach.\n}", + "content": "{ Used to build a call to wp_mail(). @type string|array $to Array or comma-separated list of email addresses to send message. @type string $subject Email subject @type string $message Message contents @type string|array $headers Optional. Additional headers. @type string|array $attachments Optional. Files to attach. }", "types": [ "array" ], @@ -35874,7 +35864,7 @@ }, { "name": "param", - "content": "{ A representative array of the block being rendered. See WP_Block_Parser_Block. @type string $blockName Name of block. @type array $attrs Attributes from block comment delimiters. @type array[] $innerBlocks List of inner blocks. An array of arrays that have the same structure as this one. @type string $innerHTML HTML from inside block comment delimiters. @type array $innerContent List of string fragments and null markers where inner blocks were found.\n}", + "content": "{ A representative array of the block being rendered. See WP_Block_Parser_Block. @type string $blockName Name of block. @type array $attrs Attributes from block comment delimiters. @type array[] $innerBlocks List of inner blocks. An array of arrays that have the same structure as this one. @type string $innerHTML HTML from inside block comment delimiters. @type array $innerContent List of string fragments and null markers where inner blocks were found. }", "types": [ "array" ], @@ -35913,7 +35903,7 @@ }, { "name": "param", - "content": "{ A representative array of the block being rendered. See WP_Block_Parser_Block. @type string $blockName Name of block. @type array $attrs Attributes from block comment delimiters. @type array[] $innerBlocks List of inner blocks. An array of arrays that have the same structure as this one. @type string $innerHTML HTML from inside block comment delimiters. @type array $innerContent List of string fragments and null markers where inner blocks were found.\n}", + "content": "{ A representative array of the block being rendered. See WP_Block_Parser_Block. @type string $blockName Name of block. @type array $attrs Attributes from block comment delimiters. @type array[] $innerBlocks List of inner blocks. An array of arrays that have the same structure as this one. @type string $innerHTML HTML from inside block comment delimiters. @type array $innerContent List of string fragments and null markers where inner blocks were found. }", "types": [ "array" ], @@ -35921,7 +35911,7 @@ }, { "name": "param", - "content": "{ An un-modified copy of $parsed_block, as it appeared in the source content. See WP_Block_Parser_Block. @type string $blockName Name of block. @type array $attrs Attributes from block comment delimiters. @type array[] $innerBlocks List of inner blocks. An array of arrays that have the same structure as this one. @type string $innerHTML HTML from inside block comment delimiters. @type array $innerContent List of string fragments and null markers where inner blocks were found.\n}", + "content": "{ An un-modified copy of $parsed_block, as it appeared in the source content. See WP_Block_Parser_Block. @type string $blockName Name of block. @type array $attrs Attributes from block comment delimiters. @type array[] $innerBlocks List of inner blocks. An array of arrays that have the same structure as this one. @type string $innerHTML HTML from inside block comment delimiters. @type array $innerContent List of string fragments and null markers where inner blocks were found. }", "types": [ "array" ], @@ -36519,7 +36509,7 @@ }, { "name": "param", - "content": "{ Envelope data. @type array $body Response data. @type int $status The 3-digit HTTP status code. @type array $headers Map of header name to header value.\n}", + "content": "{ Envelope data. @type array $body Response data. @type int $status The 3-digit HTTP status code. @type array $headers Map of header name to header value. }", "types": [ "array" ], @@ -36678,7 +36668,7 @@ }, { "name": "param", - "content": "JSON encoding options {@see json_encode()}.", + "content": "JSON encoding options {@see \\json_encode()}.", "types": [ "int" ], @@ -37717,7 +37707,7 @@ }, { "name": "param", - "content": "Menu item setup by {@see wp_setup_nav_menu_item()}.", + "content": "Menu item setup by {@see \\wp_setup_nav_menu_item()}.", "types": [ "object" ], @@ -37758,7 +37748,7 @@ }, { "name": "param", - "content": "The plugin item from {@see get_plugin_data()}.", + "content": "The plugin item from {@see \\get_plugin_data()}.", "types": [ "array" ], @@ -39423,7 +39413,7 @@ }, { "name": "param", - "content": "{ The default notification email arguments. Used to build wp_mail(). @type string $to The intended recipient - user email address. @type string $subject The subject of the email. @type string $message The body of the email. @type string $headers The headers of the email.\n}", + "content": "{ The default notification email arguments. Used to build wp_mail(). @type string $to The intended recipient - user email address. @type string $subject The subject of the email. @type string $message The body of the email. @type string $headers The headers of the email. }", "types": [ "array" ], @@ -39518,7 +39508,7 @@ }, { "name": "param", - "content": "{ Associative array of options to pass to wp_text_diff(). @type bool $show_split_view True for split view (two columns), false for un-split view (single column). Default true.\n}", + "content": "{ Associative array of options to pass to wp_text_diff(). @type bool $show_split_view True for split view (two columns), false for un-split view (single column). Default true. }", "types": [ "array" ], @@ -40486,7 +40476,7 @@ }, { "name": "param", - "content": "{ An object containing an event's data, or boolean false to prevent the event from being scheduled. @type string $hook Action hook to execute when the event is run. @type int $timestamp Unix timestamp (UTC) for when to next run the event. @type string|false $schedule How often the event should subsequently recur. @type array $args Array containing each separate argument to pass to the hook's callback function. @type int $interval Optional. The interval time in seconds for the schedule. Only present for recurring events.\n}", + "content": "{ An object containing an event's data, or boolean false to prevent the event from being scheduled. @type string $hook Action hook to execute when the event is run. @type int $timestamp Unix timestamp (UTC) for when to next run the event. @type string|false $schedule How often the event should subsequently recur. @type array $args Array containing each separate argument to pass to the hook's callback function. @type int $interval Optional. The interval time in seconds for the schedule. Only present for recurring events. }", "types": [ "object", "false" @@ -41028,7 +41018,7 @@ }, { "name": "param", - "content": "{ Array of entered sign-on data. @type string $user_login Username. @type string $user_password Password entered. @type bool $remember Whether to 'remember' the user. Increases the time that the cookie will be kept. Default false.\n}", + "content": "{ Array of entered sign-on data. @type string $user_login Username. @type string $user_password Password entered. @type bool $remember Whether to 'remember' the user. Increases the time that the cookie will be kept. Default false. }", "types": [ "array" ], @@ -41522,7 +41512,7 @@ { "name": "since", "content": "5.4.2", - "description": "Only applied to options ending with '_page', or the 'layout_columns' option." + "description": "Only applied to options ending with '_page', or the 'layout_columns' option." }, { "name": "see", @@ -42089,7 +42079,7 @@ }, { "name": "param", - "content": "{ An array of default site sign-up variables. @type string $blogname The site blogname. @type string $blog_title The site title. @type WP_Error $errors A WP_Error object possibly containing 'blogname' or 'blog_title' errors.\n}", + "content": "{ An array of default site sign-up variables. @type string $blogname The site blogname. @type string $blog_title The site title. @type WP_Error $errors A WP_Error object possibly containing 'blogname' or 'blog_title' errors. }", "types": [ "array" ], @@ -42114,7 +42104,7 @@ }, { "name": "param", - "content": "{ An array of default site creation variables. @type string $user_name The user username. @type string $user_email The user email address. @type string $blogname The blogname. @type string $blog_title The title of the site. @type WP_Error $errors A WP_Error object with possible errors relevant to new site creation variables.\n}", + "content": "{ An array of default site creation variables. @type string $user_name The user username. @type string $user_email The user email address. @type string $blogname The blogname. @type string $blog_title The title of the site. @type WP_Error $errors A WP_Error object with possible errors relevant to new site creation variables. }", "types": [ "array" ], @@ -42237,7 +42227,7 @@ }, { "name": "param", - "content": "{ An array of default user variables. @type string $user_name The user username. @type string $user_email The user email address. @type WP_Error $errors A WP_Error object with possible errors relevant to the sign-up user.\n}", + "content": "{ An array of default user variables. @type string $user_name The user username. @type string $user_email The user email address. @type WP_Error $errors A WP_Error object with possible errors relevant to the sign-up user. }", "types": [ "array" ], @@ -42419,7 +42409,7 @@ }, { "name": "param", - "content": "{ Used to build wp_mail(). @type string $to The intended recipient. @type string $subject The subject of the email. @type string $message The content of the email. The following strings have a special meaning and will get replaced dynamically: - ###OLD_EMAIL### The old site admin email address. - ###NEW_EMAIL### The new site admin email address. - ###SITENAME### The name of the site. - ###SITEURL### The URL to the site. @type string $headers Headers.\n}", + "content": "{ Used to build wp_mail(). @type string $to The intended recipient. @type string $subject The subject of the email. @type string $message The content of the email. The following strings have a special meaning and will get replaced dynamically: - ###OLD_EMAIL### The old site admin email address. - ###NEW_EMAIL### The new site admin email address. - ###SITENAME### The name of the site. - ###SITEURL### The URL to the site. @type string $headers Headers. }", "types": [ "array" ], @@ -43092,7 +43082,7 @@ }, { "name": "param", - "content": "{ An associative array of modules to test for. @type array ...$0 { An associative array of module properties used during testing. One of either $function or $extension must be provided, or they will fail by default. @type string $function Optional. A function name to test for the existence of. @type string $extension Optional. An extension to check if is loaded in PHP. @type string $constant Optional. A constant name to check for to verify an extension exists. @type string $class Optional. A class name to check for to verify an extension exists. @type bool $required Is this a required feature or not. @type string $fallback_for Optional. The module this module replaces as a fallback. }\n}", + "content": "{ An associative array of modules to test for. @type array ...$0 { An associative array of module properties used during testing. One of either $function or $extension must be provided, or they will fail by default. @type string $function Optional. A function name to test for the existence of. @type string $extension Optional. An extension to check if is loaded in PHP. @type string $constant Optional. A constant name to check for to verify an extension exists. @type string $class Optional. A class name to check for to verify an extension exists. @type bool $required Is this a required feature or not. @type string $fallback_for Optional. The module this module replaces as a fallback. } }", "types": [ "array" ], @@ -43117,7 +43107,7 @@ }, { "name": "param", - "content": "{ An associative array of test result data. @type string $label A label describing the test, and is used as a header in the output. @type string $status The status of the test, which can be a value of good, recommended or critical. @type array $badge { Tests are put into categories which have an associated badge shown, these can be modified and assigned here. @type string $label The test label, for example Performance. @type string $color Default blue. A string representing a color to use for the label. } @type string $description A more descriptive explanation of what the test looks for, and why it is important for the end user. @type string $actions An action to direct the user to where they can resolve the issue, if one exists. @type string $test The name of the test being ran, used as a reference point.\n}", + "content": "{ An associative array of test result data. @type string $label A label describing the test, and is used as a header in the output. @type string $status The status of the test, which can be a value of good, recommended or critical. @type array $badge { Tests are put into categories which have an associated badge shown, these can be modified and assigned here. @type string $label The test label, for example Performance. @type string $color Default blue. A string representing a color to use for the label. } @type string $description A more descriptive explanation of what the test looks for, and why it is important for the end user. @type string $actions An action to direct the user to where they can resolve the issue, if one exists. @type string $test The name of the test being ran, used as a reference point. }", "types": [ "array" ], @@ -43143,11 +43133,11 @@ { "name": "since", "content": "5.6.0", - "description": "Added the async_direct_test array key for asynchronous tests. Added the skip_cron array key for all tests." + "description": "Added the async_direct_test array key for asynchronous tests. Added the skip_cron array key for all tests." }, { "name": "param", - "content": "{ An associative array of direct and asynchronous tests. @type array[] $direct { An array of direct tests. @type array ...$identifier { $identifier should be a unique identifier for the test. Plugins and themes are encouraged to prefix test identifiers with their slug to avoid collisions between tests. @type string $label The friendly label to identify the test. @type callable $test The callback function that runs the test and returns its result. @type bool $skip_cron Whether to skip this test when running as cron. } } @type array[] $async { An array of asynchronous tests. @type array ...$identifier { $identifier should be a unique identifier for the test. Plugins and themes are encouraged to prefix test identifiers with their slug to avoid collisions between tests. @type string $label The friendly label to identify the test. @type string $test An admin-ajax.php action to be called to perform the test, or if $has_rest is true, a URL to a REST API endpoint to perform the test. @type bool $has_rest Whether the $test property points to a REST API endpoint. @type bool $skip_cron Whether to skip this test when running as cron. @type callable $async_direct_test A manner of directly calling the test marked as asynchronous, as the scheduled event can not authenticate, and endpoints may require authentication. } }\n}", + "content": "{ An associative array of direct and asynchronous tests. @type array[] $direct { An array of direct tests. @type array ...$identifier { $identifier should be a unique identifier for the test. Plugins and themes are encouraged to prefix test identifiers with their slug to avoid collisions between tests. @type string $label The friendly label to identify the test. @type callable $test The callback function that runs the test and returns its result. @type bool $skip_cron Whether to skip this test when running as cron. } } @type array[] $async { An array of asynchronous tests. @type array ...$identifier { $identifier should be a unique identifier for the test. Plugins and themes are encouraged to prefix test identifiers with their slug to avoid collisions between tests. @type string $label The friendly label to identify the test. @type string $test An admin-ajax.php action to be called to perform the test, or if $has_rest is true, a URL to a REST API endpoint to perform the test. @type bool $has_rest Whether the $test property points to a REST API endpoint. @type bool $skip_cron Whether to skip this test when running as cron. @type callable $async_direct_test A manner of directly calling the test marked as asynchronous, as the scheduled event can not authenticate, and endpoints may require authentication. } } }", "types": [ "array[]" ], @@ -43261,7 +43251,7 @@ }, { "name": "param", - "content": "{ Associative array of the clauses for the query. @type string $fields The SELECT clause of the query. @type string $join The JOIN clause of the query. @type string $where The WHERE clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $limits The LIMIT clause of the query. @type string $groupby The GROUP BY clause of the query.\n}", + "content": "{ Associative array of the clauses for the query. @type string $fields The SELECT clause of the query. @type string $join The JOIN clause of the query. @type string $where The WHERE clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $limits The LIMIT clause of the query. @type string $groupby The GROUP BY clause of the query. }", "types": [ "string[]" ], @@ -43295,7 +43285,7 @@ { "name": "since", "content": "5.6.0", - "description": "The returned array of site data is assigned to the sites property of the current WP_Site_Query instance." + "description": "The returned array of site data is assigned to the sites property of the current WP_Site_Query instance." }, { "name": "param", @@ -43429,7 +43419,7 @@ }, { "name": "param", - "content": "{ Associative array of the clauses for the query. @type string $where The WHERE clause of the query. @type string $groupby The GROUP BY clause of the query. @type string $join The JOIN clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $distinct The DISTINCT clause of the query. @type string $fields The SELECT clause of the query. @type string $limits The LIMIT clause of the query.\n}", + "content": "{ Associative array of the clauses for the query. @type string $where The WHERE clause of the query. @type string $groupby The GROUP BY clause of the query. @type string $join The JOIN clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $distinct The DISTINCT clause of the query. @type string $fields The SELECT clause of the query. @type string $limits The LIMIT clause of the query. }", "types": [ "string[]" ], @@ -43819,7 +43809,7 @@ { "name": "since", "content": "4.4.0", - "description": "'wp-admin', 'wp-content', 'wp-includes', 'wp-json', and 'embed' were added to the reserved names list." + "description": "'wp-admin', 'wp-content', 'wp-includes', 'wp-json', and 'embed' were added to the reserved names list." }, { "name": "param", @@ -44171,7 +44161,7 @@ }, { "name": "param", - "content": "{ An array of taxonomy parent drop-down arguments. @type int|bool $hide_empty Whether to hide terms not attached to any posts. Default 0. @type bool $hide_if_empty Whether to hide the drop-down if no terms exist. Default false. @type string $taxonomy The taxonomy slug. @type string $name Value of the name attribute to use for the drop-down select element. Default 'parent'. @type string $orderby The field to order by. Default 'name'. @type bool $hierarchical Whether the taxonomy is hierarchical. Default true. @type string $show_option_none Label to display if there are no terms. Default 'None'.\n}", + "content": "{ An array of taxonomy parent drop-down arguments. @type int|bool $hide_empty Whether to hide terms not attached to any posts. Default 0. @type bool $hide_if_empty Whether to hide the drop-down if no terms exist. Default false. @type string $taxonomy The taxonomy slug. @type string $name Value of the name attribute to use for the drop-down select element. Default 'parent'. @type string $orderby The field to order by. Default 'name'. @type bool $hierarchical Whether the taxonomy is hierarchical. Default true. @type string $show_option_none Label to display if there are no terms. Default 'None'. }", "types": [ "array" ], @@ -44812,7 +44802,7 @@ }, { "name": "param", - "content": "{ Associative array of the clauses for the query. @type string $fields The SELECT clause of the query. @type string $join The JOIN clause of the query. @type string $where The WHERE clause of the query. @type string $distinct The DISTINCT clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $order The ORDER clause of the query. @type string $limits The LIMIT clause of the query.\n}", + "content": "{ Associative array of the clauses for the query. @type string $fields The SELECT clause of the query. @type string $join The JOIN clause of the query. @type string $where The WHERE clause of the query. @type string $distinct The DISTINCT clause of the query. @type string $orderby The ORDER BY clause of the query. @type string $order The ORDER clause of the query. @type string $limits The LIMIT clause of the query. }", "types": [ "string[]" ], @@ -45966,7 +45956,7 @@ }, { "name": "param", - "content": "{ Optional. Default pagination arguments, see paginate_links(). @type string $screen_reader_text Screen reader text for navigation element. Default 'Posts navigation'. @type string $aria_label ARIA label text for the nav element. Default 'Posts'. @type string $class Custom class for the nav element. Default 'pagination'.\n}", + "content": "{ Optional. Default pagination arguments, see paginate_links(). @type string $screen_reader_text Screen reader text for navigation element. Default 'Posts navigation'. @type string $aria_label ARIA label text for the nav element. Default 'Posts'. @type string $class Custom class for the nav element. Default 'pagination'. }", "types": [ "array" ], @@ -46616,7 +46606,7 @@ "type": "filter", "doc": { "description": "Filters the JavaScript template used to display the auto-update setting for a theme (in the overlay).", - "long_description": "See {@see wp_prepare_themes_for_js()} for the properties of the `data` object.", + "long_description": "See {@see \\wp_prepare_themes_for_js()} for the properties of the `data` object.", "tags": [ { "name": "since", @@ -46631,7 +46621,7 @@ "variable": "$template" } ], - "long_description_html": "

See {@see wp_prepare_themes_for_js()} for the properties of the data object.

" + "long_description_html": "

See {@see \\wp_prepare_themes_for_js()} for the properties of the data object.

" }, "args": 1 }, @@ -47748,7 +47738,7 @@ }, { "name": "param", - "content": "{ Custom CSS data. @type string $css CSS stored in post_content. @type string $preprocessed Pre-processed CSS stored in post_content_filtered. Normally empty string.\n}", + "content": "{ Custom CSS data. @type string $css CSS stored in post_content. @type string $preprocessed Pre-processed CSS stored in post_content_filtered. Normally empty string. }", "types": [ "array" ], @@ -47756,14 +47746,14 @@ }, { "name": "param", - "content": "{ The args passed into wp_update_custom_css_post() merged with defaults. @type string $css The original CSS passed in to be updated. @type string $preprocessed The original preprocessed CSS passed in to be updated. @type string $stylesheet The stylesheet (theme) being updated.\n}", + "content": "{ The args passed into wp_update_custom_css_post() merged with defaults. @type string $css The original CSS passed in to be updated. @type string $preprocessed The original preprocessed CSS passed in to be updated. @type string $stylesheet The stylesheet (theme) being updated. }", "types": [ "array" ], "variable": "$args" } ], - "long_description_html": "

This filter can be used by plugin that offer CSS pre-processors, to store the original pre-processed CSS in post_content_filtered and then store processed CSS in post_content. When used in this way, the post_content_filtered should be supplied as the setting value instead of post_content via a the customize_value_custom_css filter, for example:

add_filter( 'customize_value_custom_css', function( $value, $setting ) {\n    $post = wp_get_custom_css_post( $setting->stylesheet );\n    if ( $post && ! empty( $post->post_content_filtered ) ) {\n        $css = $post->post_content_filtered;\n    }\n    return $css;\n}, 10, 2 );\n
" + "long_description_html": "

This filter can be used by plugin that offer CSS pre-processors, to store the original pre-processed CSS in post_content_filtered and then store processed CSS in post_content. When used in this way, the post_content_filtered should be supplied as the setting value instead of post_content via a the customize_value_custom_css filter, for example:

add_filter( 'customize_value_custom_css', function( $value, $setting ) { $post = wp_get_custom_css_post( $setting->stylesheet ); if ( $post && ! empty( $post->post_content_filtered ) ) { $css = $post->post_content_filtered; } return $css; }, 10, 2 );

" }, "args": 2 }, @@ -47869,7 +47859,7 @@ }, { "name": "param", - "content": "{ The plugin update data with the latest details. Default false. @type string $id Optional. ID of the plugin for update purposes, should be a URI specified in the Update URI header field. @type string $slug Slug of the plugin. @type string $version The version of the plugin. @type string $url The URL for details of the plugin. @type string $package Optional. The update ZIP for the plugin. @type string $tested Optional. The version of WordPress the plugin is tested against. @type string $requires_php Optional. The version of PHP which the plugin requires. @type bool $autoupdate Optional. Whether the plugin should automatically update. @type array $icons Optional. Array of plugin icons. @type array $banners Optional. Array of plugin banners. @type array $banners_rtl Optional. Array of plugin RTL banners. @type array $translations { Optional. List of translation updates for the plugin. @type string $language The language the translation update is for. @type string $version The version of the plugin this translation is for. This is not the version of the language file. @type string $updated The update timestamp of the translation file. Should be a date in the YYYY-MM-DD HH:MM:SS format. @type string $package The ZIP location containing the translation update. @type string $autoupdate Whether the translation should be automatically installed. }\n}", + "content": "{ The plugin update data with the latest details. Default false. @type string $id Optional. ID of the plugin for update purposes, should be a URI specified in the Update URI header field. @type string $slug Slug of the plugin. @type string $version The version of the plugin. @type string $url The URL for details of the plugin. @type string $package Optional. The update ZIP for the plugin. @type string $tested Optional. The version of WordPress the plugin is tested against. @type string $requires_php Optional. The version of PHP which the plugin requires. @type bool $autoupdate Optional. Whether the plugin should automatically update. @type array $icons Optional. Array of plugin icons. @type array $banners Optional. Array of plugin banners. @type array $banners_rtl Optional. Array of plugin RTL banners. @type array $translations { Optional. List of translation updates for the plugin. @type string $language The language the translation update is for. @type string $version The version of the plugin this translation is for. This is not the version of the language file. @type string $updated The update timestamp of the translation file. Should be a date in the YYYY-MM-DD HH:MM:SS format. @type string $package The ZIP location containing the translation update. @type string $autoupdate Whether the translation should be automatically installed. } }", "types": [ "array", "false" @@ -48010,7 +48000,7 @@ }, { "name": "param", - "content": "{ The theme update data with the latest details. Default false. @type string $id Optional. ID of the theme for update purposes, should be a URI specified in the Update URI header field. @type string $theme Directory name of the theme. @type string $version The version of the theme. @type string $url The URL for details of the theme. @type string $package Optional. The update ZIP for the theme. @type string $tested Optional. The version of WordPress the theme is tested against. @type string $requires_php Optional. The version of PHP which the theme requires. @type bool $autoupdate Optional. Whether the theme should automatically update. @type array $translations { Optional. List of translation updates for the theme. @type string $language The language the translation update is for. @type string $version The version of the theme this translation is for. This is not the version of the language file. @type string $updated The update timestamp of the translation file. Should be a date in the YYYY-MM-DD HH:MM:SS format. @type string $package The ZIP location containing the translation update. @type string $autoupdate Whether the translation should be automatically installed. }\n}", + "content": "{ The theme update data with the latest details. Default false. @type string $id Optional. ID of the theme for update purposes, should be a URI specified in the Update URI header field. @type string $theme Directory name of the theme. @type string $version The version of the theme. @type string $url The URL for details of the theme. @type string $package Optional. The update ZIP for the theme. @type string $tested Optional. The version of WordPress the theme is tested against. @type string $requires_php Optional. The version of PHP which the theme requires. @type bool $autoupdate Optional. Whether the theme should automatically update. @type array $translations { Optional. List of translation updates for the theme. @type string $language The language the translation update is for. @type string $version The version of the theme this translation is for. This is not the version of the language file. @type string $updated The update timestamp of the translation file. Should be a date in the YYYY-MM-DD HH:MM:SS format. @type string $package The ZIP location containing the translation update. @type string $autoupdate Whether the translation should be automatically installed. } }", "types": [ "array", "false" @@ -48497,7 +48487,7 @@ }, { "name": "param", - "content": "{ Options used by the upgrader. @type string $package Package for update. @type string $destination Update location. @type bool $clear_destination Clear the destination resource. @type bool $clear_working Clear the working resource. @type bool $abort_if_destination_exists Abort if the Destination directory exists. @type bool $is_multi Whether the upgrader is running multiple times. @type array $hook_extra { Extra hook arguments. @type string $action Type of action. Default 'update'. @type string $type Type of update process. Accepts 'plugin', 'theme', or 'core'. @type bool $bulk Whether the update process is a bulk update. Default true. @type string $plugin Path to the plugin file relative to the plugins directory. @type string $theme The stylesheet or template name of the theme. @type string $language_update_type The language pack update type. Accepts 'plugin', 'theme', or 'core'. @type object $language_update The language pack update offer. }\n}", + "content": "{ Options used by the upgrader. @type string $package Package for update. @type string $destination Update location. @type bool $clear_destination Clear the destination resource. @type bool $clear_working Clear the working resource. @type bool $abort_if_destination_exists Abort if the Destination directory exists. @type bool $is_multi Whether the upgrader is running multiple times. @type array $hook_extra { Extra hook arguments. @type string $action Type of action. Default 'update'. @type string $type Type of update process. Accepts 'plugin', 'theme', or 'core'. @type bool $bulk Whether the update process is a bulk update. Default true. @type string $plugin Path to the plugin file relative to the plugins directory. @type string $theme The stylesheet or template name of the theme. @type string $language_update_type The language pack update type. Accepts 'plugin', 'theme', or 'core'. @type object $language_update The language pack update offer. } }", "types": [ "array" ], @@ -48705,7 +48695,7 @@ }, { "name": "param", - "content": "{ Array of information about the upload directory. @type string $path Base directory and subdirectory or full path to upload directory. @type string $url Base URL and subdirectory or absolute URL to upload directory. @type string $subdir Subdirectory if uploads use year/month folders option is on. @type string $basedir Path without subdir. @type string $baseurl URL path without subdir. @type string|false $error False or error message.\n}", + "content": "{ Array of information about the upload directory. @type string $path Base directory and subdirectory or full path to upload directory. @type string $url Base URL and subdirectory or absolute URL to upload directory. @type string $subdir Subdirectory if uploads use year/month folders option is on. @type string $basedir Path without subdir. @type string $baseurl URL path without subdir. @type string|false $error False or error message. }", "types": [ "array" ], @@ -49256,7 +49246,7 @@ }, { "name": "param", - "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $message_recipient The address that the email will be sent to. Defaults to the value of $request->email, but can be changed by the user_erasure_fulfillment_email_to filter. @type string $privacy_policy_url Privacy policy URL. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail.\n}", + "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $message_recipient The address that the email will be sent to. Defaults to the value of $request->email, but can be changed by the user_erasure_fulfillment_email_to filter. @type string $privacy_policy_url Privacy policy URL. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail. }", "types": [ "array" ], @@ -49314,7 +49304,7 @@ }, { "name": "param", - "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $message_recipient The address that the email will be sent to. Defaults to the value of $request->email, but can be changed by the user_erasure_fulfillment_email_to filter. @type string $privacy_policy_url Privacy policy URL. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail.\n}", + "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $message_recipient The address that the email will be sent to. Defaults to the value of $request->email, but can be changed by the user_erasure_fulfillment_email_to filter. @type string $privacy_policy_url Privacy policy URL. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail. }", "types": [ "array" ], @@ -49355,7 +49345,7 @@ }, { "name": "param", - "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $message_recipient The address that the email will be sent to. Defaults to the value of $request->email, but can be changed by the user_erasure_fulfillment_email_to filter. @type string $privacy_policy_url Privacy policy URL. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail.\n}", + "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $message_recipient The address that the email will be sent to. Defaults to the value of $request->email, but can be changed by the user_erasure_fulfillment_email_to filter. @type string $privacy_policy_url Privacy policy URL. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail. }", "types": [ "array" ], @@ -49434,7 +49424,7 @@ }, { "name": "param", - "content": "{ Arguments that accompany the requested capability check. @type string $0 Requested capability. @type int $1 Concerned user ID. @type mixed ...$2 Optional second and further parameters, typically object ID.\n}", + "content": "{ Arguments that accompany the requested capability check. @type string $0 Requested capability. @type int $1 Concerned user ID. @type mixed ...$2 Optional second and further parameters, typically object ID. }", "types": [ "array" ], @@ -49604,7 +49594,7 @@ }, { "name": "param", - "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $email The email address this is being sent to. @type string $description Description of the action being performed so the user knows what the email is for. @type string $confirm_url The link to click on to confirm the account action. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail.\n}", + "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $email The email address this is being sent to. @type string $description Description of the action being performed so the user knows what the email is for. @type string $confirm_url The link to click on to confirm the account action. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail. }", "types": [ "array" ], @@ -49662,7 +49652,7 @@ }, { "name": "param", - "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $email The email address this is being sent to. @type string $description Description of the action being performed so the user knows what the email is for. @type string $confirm_url The link to click on to confirm the account action. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail.\n}", + "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $email The email address this is being sent to. @type string $description Description of the action being performed so the user knows what the email is for. @type string $confirm_url The link to click on to confirm the account action. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail. }", "types": [ "array" ], @@ -49703,7 +49693,7 @@ }, { "name": "param", - "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $email The email address this is being sent to. @type string $description Description of the action being performed so the user knows what the email is for. @type string $confirm_url The link to click on to confirm the account action. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail.\n}", + "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $email The email address this is being sent to. @type string $description Description of the action being performed so the user knows what the email is for. @type string $confirm_url The link to click on to confirm the account action. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail. }", "types": [ "array" ], @@ -49736,7 +49726,7 @@ }, { "name": "param", - "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $user_email The email address confirming a request @type string $description Description of the action being performed so the user knows what the email is for. @type string $manage_url The link to click manage privacy requests of this type. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail. @type string $admin_email The administrator email receiving the mail.\n}", + "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $user_email The email address confirming a request @type string $description Description of the action being performed so the user knows what the email is for. @type string $manage_url The link to click manage privacy requests of this type. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail. @type string $admin_email The administrator email receiving the mail. }", "types": [ "array" ], @@ -49794,7 +49784,7 @@ }, { "name": "param", - "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $user_email The email address confirming a request @type string $description Description of the action being performed so the user knows what the email is for. @type string $manage_url The link to click manage privacy requests of this type. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail. @type string $admin_email The administrator email receiving the mail.\n}", + "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $user_email The email address confirming a request @type string $description Description of the action being performed so the user knows what the email is for. @type string $manage_url The link to click manage privacy requests of this type. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail. @type string $admin_email The administrator email receiving the mail. }", "types": [ "array" ], @@ -49835,7 +49825,7 @@ }, { "name": "param", - "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $user_email The email address confirming a request @type string $description Description of the action being performed so the user knows what the email is for. @type string $manage_url The link to click manage privacy requests of this type. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail. @type string $admin_email The administrator email receiving the mail.\n}", + "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type string $user_email The email address confirming a request @type string $description Description of the action being performed so the user knows what the email is for. @type string $manage_url The link to click manage privacy requests of this type. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail. @type string $admin_email The administrator email receiving the mail. }", "types": [ "array" ], @@ -50897,7 +50887,7 @@ }, { "name": "param", - "content": "{ An array of arguments passed to wp_nav_menu() to retrieve a navigation menu. @type callable|bool $fallback_cb Callback to fire if the menu doesn't exist. Default empty. @type mixed $menu Menu ID, slug, or name.\n}", + "content": "{ An array of arguments passed to wp_nav_menu() to retrieve a navigation menu. @type callable|bool $fallback_cb Callback to fire if the menu doesn't exist. Default empty. @type mixed $menu Menu ID, slug, or name. }", "types": [ "array" ], @@ -51885,7 +51875,7 @@ }, { "name": "param", - "content": "Attributes of the shortcode. See {@see wp_audio_shortcode()}.", + "content": "Attributes of the shortcode. See {@see \\wp_audio_shortcode()}.", "types": [ "array" ], @@ -52169,7 +52159,7 @@ }, { "name": "param", - "content": "{ One or more arrays of source data to include in the 'srcset'. @type array $width { @type string $url The URL of an image source. @type string $descriptor The descriptor type used in the image candidate string, either 'w' or 'x'. @type int $value The source width if paired with a 'w' descriptor, or a pixel density value if paired with an 'x' descriptor. }\n}", + "content": "{ One or more arrays of source data to include in the 'srcset'. @type array $width { @type string $url The URL of an image source. @type string $descriptor The descriptor type used in the image candidate string, either 'w' or 'x'. @type int $value The source width if paired with a 'w' descriptor, or a pixel density value if paired with an 'x' descriptor. } }", "types": [ "array" ], @@ -52177,7 +52167,7 @@ }, { "name": "param", - "content": "{ An array of requested width and height values. @type int $0 The width in pixels. @type int $1 The height in pixels.\n}", + "content": "{ An array of requested width and height values. @type int $0 The width in pixels. @type int $1 The height in pixels. }", "types": [ "array" ], @@ -52234,7 +52224,7 @@ }, { "name": "param", - "content": "{ An array of requested width and height values. @type int $0 The width in pixels. @type int $1 The height in pixels.\n}", + "content": "{ An array of requested width and height values. @type int $0 The width in pixels. @type int $1 The height in pixels. }", "types": [ "int[]" ], @@ -52280,7 +52270,7 @@ }, { "name": "param", - "content": "{ Values for the extension, mime type, and corrected filename. @type string|false $ext File extension, or false if the file doesn't match a mime type. @type string|false $type File mime type, or false if the file doesn't match a mime type. @type string|false $proper_filename File name with its correct extension, or false if it cannot be determined.\n}", + "content": "{ Values for the extension, mime type, and corrected filename. @type string|false $ext File extension, or false if the file doesn't match a mime type. @type string|false $type File mime type, or false if the file doesn't match a mime type. @type string|false $proper_filename File name with its correct extension, or false if it cannot be determined. }", "types": [ "array" ], @@ -52405,7 +52395,7 @@ }, { "name": "param", - "content": "{ Args passed when calling get_code_editor_settings(). @type string $type The MIME type of the file to be edited. @type string $file Filename being edited. @type WP_Theme $theme Theme being edited when on the theme file editor. @type string $plugin Plugin being edited when on the plugin file editor. @type array $codemirror Additional CodeMirror setting overrides. @type array $csslint CSSLint rule overrides. @type array $jshint JSHint rule overrides. @type array $htmlhint HTMLHint rule overrides.\n}", + "content": "{ Args passed when calling get_code_editor_settings(). @type string $type The MIME type of the file to be edited. @type string $file Filename being edited. @type WP_Theme $theme Theme being edited when on the theme file editor. @type string $plugin Plugin being edited when on the plugin file editor. @type array $codemirror Additional CodeMirror setting overrides. @type array $csslint CSSLint rule overrides. @type array $jshint JSHint rule overrides. @type array $htmlhint HTMLHint rule overrides. }", "types": [ "array" ], @@ -52468,7 +52458,7 @@ }, { "name": "param", - "content": "{ An array of width and height values. @type int $0 The width in pixels. @type int $1 The height in pixels.\n}", + "content": "{ An array of width and height values. @type int $0 The width in pixels. @type int $1 The height in pixels. }", "types": [ "int[]" ], @@ -53603,7 +53593,7 @@ "variable": "$enabled" } ], - "long_description_html": "

Important: This filter runs before it can be used by plugins. It cannot be used by plugins, mu-plugins, or themes. To use this filter you must define a $wp_filter global before WordPress loads, usually in wp-config.php.

Example:

$GLOBALS['wp_filter'] = array(\n    'wp_fatal_error_handler_enabled' => array(\n        10 => array(\n            array(\n                'accepted_args' => 0,\n                'function'      => function() {\n                    return false;\n                },\n            ),\n        ),\n    ),\n);

Alternatively you can use the WP_DISABLE_FATAL_ERROR_HANDLER constant.

" + "long_description_html": "

Important: This filter runs before it can be used by plugins. It cannot be used by plugins, mu-plugins, or themes. To use this filter you must define a $wp_filter global before WordPress loads, usually in wp-config.php.

Example:

$GLOBALS['wp_filter'] = array(     'wp_fatal_error_handler_enabled' => array(         10 => array(             array(                 'accepted_args' => 0,                 'function'      => function() {                     return false;                 },             ),         ),     ), );

Alternatively you can use the WP_DISABLE_FATAL_ERROR_HANDLER constant.

" }, "args": 1 }, @@ -54029,7 +54019,7 @@ }, { "name": "param", - "content": "{ Array of image data, or boolean false if no image is available. @type string $0 Image source URL. @type int $1 Image width in pixels. @type int $2 Image height in pixels. @type bool $3 Whether the image is a resized image.\n}", + "content": "{ Array of image data, or boolean false if no image is available. @type string $0 Image source URL. @type int $1 Image width in pixels. @type int $2 Image height in pixels. @type bool $3 Whether the image is a resized image. }", "types": [ "array", "false" @@ -54319,7 +54309,7 @@ }, { "name": "param", - "content": "{ An array of current commenter variables. @type string $comment_author The name of the current commenter, or an empty string. @type string $comment_author_email The email address of the current commenter, or an empty string. @type string $comment_author_url The URL address of the current commenter, or an empty string.\n}", + "content": "{ An array of current commenter variables. @type string $comment_author The name of the current commenter, or an empty string. @type string $comment_author_email The email address of the current commenter, or an empty string. @type string $comment_author_url The URL address of the current commenter, or an empty string. }", "types": [ "array" ], @@ -54667,7 +54657,7 @@ }, { "name": "param", - "content": "An array of arguments for retrieving terms for the given object(s). See {@see wp_get_object_terms()} for details.", + "content": "An array of arguments for retrieving terms for the given object(s). See {@see \\wp_get_object_terms()} for details.", "types": [ "array" ], @@ -54815,7 +54805,7 @@ }, { "name": "param", - "content": "{ Fetched update data. @type array $counts An array of counts for available plugin, theme, and WordPress updates. @type string $update_title Titles of available updates.\n}", + "content": "{ Fetched update data. @type array $counts An array of counts for available plugin, theme, and WordPress updates. @type string $update_title Titles of available updates. }", "types": [ "array" ], @@ -54848,7 +54838,7 @@ }, { "name": "param", - "content": "{ Array of upload data. @type string $file Filename of the newly-uploaded file. @type string $url URL of the newly-uploaded file. @type string $type Mime type of the newly-uploaded file.\n}", + "content": "{ Array of upload data. @type string $file Filename of the newly-uploaded file. @type string $url URL of the newly-uploaded file. @type string $type Mime type of the newly-uploaded file. }", "types": [ "array" ], @@ -55871,7 +55861,7 @@ }, { "name": "param", - "content": "{ Used to build wp_mail(). @type string $to The email address of the recipient. @type string $subject The subject of the email. @type string $message The content of the email. @type string $headers Headers.\n}", + "content": "{ Used to build wp_mail(). @type string $to The email address of the recipient. @type string $subject The subject of the email. @type string $message The content of the email. @type string $headers Headers. }", "types": [ "array" ], @@ -56476,12 +56466,11 @@ }, { "name": "see", - "content": "filter", - "refers": "'wp_link_query_args'" + "content": "" }, { "name": "param", - "content": "{ An array of associative arrays of query results. @type array ...$0 { @type int $ID Post ID. @type string $title The trimmed, escaped post title. @type string $permalink Post permalink. @type string $info A 'Y/m/d'-formatted date for 'post' post type, the 'singular_name' post type label otherwise. }\n}", + "content": "{ An array of associative arrays of query results. @type array ...$0 { @type int $ID Post ID. @type string $title The trimmed, escaped post title. @type string $permalink Post permalink. @type string $info A 'Y/m/d'-formatted date for 'post' post type, the 'singular_name' post type label otherwise. } }", "types": [ "array" ], @@ -56899,7 +56888,7 @@ }, { "name": "param", - "content": "{ Array of the wp_mail() arguments. @type string|string[] $to Array or comma-separated list of email addresses to send message. @type string $subject Email subject. @type string $message Message contents. @type string|string[] $headers Additional headers. @type string|string[] $attachments Paths to files to attach.\n}", + "content": "{ Array of the wp_mail() arguments. @type string|string[] $to Array or comma-separated list of email addresses to send message. @type string $subject Email subject. @type string $message Message contents. @type string|string[] $headers Additional headers. @type string|string[] $attachments Paths to files to attach. }", "types": [ "array" ], @@ -57491,7 +57480,7 @@ }, { "name": "param", - "content": "{ Used to build wp_mail(). @type string $to The intended recipient - New user email address. @type string $subject The subject of the email. @type string $message The body of the email. @type string $headers The headers of the email.\n}", + "content": "{ Used to build wp_mail(). @type string $to The intended recipient - New user email address. @type string $subject The subject of the email. @type string $message The body of the email. @type string $headers The headers of the email. }", "types": [ "array" ], @@ -57532,7 +57521,7 @@ }, { "name": "param", - "content": "{ Used to build wp_mail(). @type string $to The intended recipient - site admin email address. @type string $subject The subject of the email. @type string $message The body of the email. @type string $headers The headers of the email.\n}", + "content": "{ Used to build wp_mail(). @type string $to The intended recipient - site admin email address. @type string $subject The subject of the email. @type string $message The body of the email. @type string $headers The headers of the email. }", "types": [ "array" ], @@ -57573,7 +57562,7 @@ }, { "name": "param", - "content": "Associative array of site data passed to the respective function. See {@see wp_insert_site()} for the possibly included data.", + "content": "Associative array of site data passed to the respective function. See {@see \\wp_insert_site()} for the possibly included data.", "types": [ "array" ], @@ -57754,7 +57743,7 @@ }, { "name": "param", - "content": "{ Used to build wp_mail(). @type string $to The intended recipient - site admin email address. @type string $subject The subject of the email. @type string $message The body of the email. @type string $headers The headers of the email.\n}", + "content": "{ Used to build wp_mail(). @type string $to The intended recipient - site admin email address. @type string $subject The subject of the email. @type string $message The body of the email. @type string $headers The headers of the email. }", "types": [ "array" ], @@ -57965,7 +57954,7 @@ }, { "name": "param", - "content": "{ Values and keys for the user. @type string $user_login The user's login. Only included if $update == false @type string $user_pass The user's password. @type string $user_email The user's email. @type string $user_url The user's url. @type string $user_nicename The user's nice name. Defaults to a URL-safe version of user's login @type string $display_name The user's display name. @type string $user_registered MySQL timestamp describing the moment when the user registered. Defaults to the current UTC timestamp.\n}", + "content": "{ Values and keys for the user. @type string $user_login The user's login. Only included if $update == false @type string $user_pass The user's password. @type string $user_email The user's email. @type string $user_url The user's url. @type string $user_nicename The user's nice name. Defaults to a URL-safe version of user's login @type string $display_name The user's display name. @type string $user_registered MySQL timestamp describing the moment when the user registered. Defaults to the current UTC timestamp. }", "types": [ "array" ], @@ -58020,7 +58009,7 @@ }, { "name": "param", - "content": "{ Array of resources and their attributes, or URLs to print for resource preloads. @type array ...$0 { Array of resource attributes. @type string $href URL to include in resource preloads. Required. @type string $as How the browser should treat the resource (script, style, image, document, etc). @type string $crossorigin Indicates the CORS policy of the specified resource. @type string $type Type of the resource (text/html, text/css, etc). @type string $media Accepts media types or media queries. Allows responsive preloading. @type string $imagesizes Responsive source size to the source Set. @type string $imagesrcset Responsive image sources to the source set. @type string $fetchpriority Fetchpriority value for the resource. }\n}", + "content": "{ Array of resources and their attributes, or URLs to print for resource preloads. @type array ...$0 { Array of resource attributes. @type string $href URL to include in resource preloads. Required. @type string $as How the browser should treat the resource (script, style, image, document, etc). @type string $crossorigin Indicates the CORS policy of the specified resource. @type string $type Type of the resource (text/html, text/css, etc). @type string $media Accepts media types or media queries. Allows responsive preloading. @type string $imagesizes Responsive source size to the source Set. @type string $imagesrcset Responsive image sources to the source set. @type string $fetchpriority Fetchpriority value for the resource. } }", "types": [ "array" ], @@ -58045,7 +58034,7 @@ }, { "name": "param", - "content": "Array of prepared attachment data. See {@see wp_prepare_attachment_for_js()}.", + "content": "Array of prepared attachment data. See {@see \\wp_prepare_attachment_for_js()}.", "types": [ "array" ], @@ -58087,7 +58076,7 @@ }, { "name": "param", - "content": "{ The bootstrapped data for the revisions screen. @type int $id Revision ID. @type string $title Title for the revision's parent WP_Post object. @type int $author Revision post author ID. @type string $date Date the revision was modified. @type string $dateShort Short-form version of the date the revision was modified. @type string $timeAgo GMT-aware amount of time ago the revision was modified. @type bool $autosave Whether the revision is an autosave. @type bool $current Whether the revision is both not an autosave and the post modified date matches the revision modified date (GMT-aware). @type bool|false $restoreUrl URL if the revision can be restored, false otherwise.\n}", + "content": "{ The bootstrapped data for the revisions screen. @type int $id Revision ID. @type string $title Title for the revision's parent WP_Post object. @type int $author Revision post author ID. @type string $date Date the revision was modified. @type string $dateShort Short-form version of the date the revision was modified. @type string $timeAgo GMT-aware amount of time ago the revision was modified. @type bool $autosave Whether the revision is an autosave. @type bool $current Whether the revision is both not an autosave and the post modified date matches the revision modified date (GMT-aware). @type bool|false $restoreUrl URL if the revision can be restored, false otherwise. }", "types": [ "array" ], @@ -58153,7 +58142,7 @@ }, { "name": "param", - "content": "{ An array of name-value pairs of additional user data items. Default empty array. @type string $name The user-facing name of an item name-value pair,e.g. 'IP Address'. @type string $value The user-facing value of an item data pair, e.g. '50.60.70.0'.\n}", + "content": "{ An array of name-value pairs of additional user data items. Default empty array. @type string $name The user-facing name of an item name-value pair,e.g. 'IP Address'. @type string $value The user-facing value of an item data pair, e.g. '50.60.70.0'. }", "types": [ "array" ], @@ -58261,7 +58250,7 @@ { "name": "since", "content": "5.5.0", - "description": "Exports now use relative paths, so changes to the directory via this filter should be reflected on the server." + "description": "Exports now use relative paths, so changes to the directory via this filter should be reflected on the server." }, { "name": "param", @@ -58291,7 +58280,7 @@ { "name": "since", "content": "5.5.0", - "description": "Exports now use relative paths, so changes to the directory URL via this filter should be reflected on the server." + "description": "Exports now use relative paths, so changes to the directory URL via this filter should be reflected on the server." }, { "name": "param", @@ -58399,7 +58388,7 @@ }, { "name": "param", - "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type int $expiration The time in seconds until the export file expires. @type string $expiration_date The localized date and time when the export file expires. @type string $message_recipient The address that the email will be sent to. Defaults to the value of $request->email, but can be changed by the wp_privacy_personal_data_email_to filter. @type string $export_file_url The export file URL. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail.\n}", + "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type int $expiration The time in seconds until the export file expires. @type string $expiration_date The localized date and time when the export file expires. @type string $message_recipient The address that the email will be sent to. Defaults to the value of $request->email, but can be changed by the wp_privacy_personal_data_email_to filter. @type string $export_file_url The export file URL. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail. }", "types": [ "array" ], @@ -58440,7 +58429,7 @@ }, { "name": "param", - "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type int $expiration The time in seconds until the export file expires. @type string $expiration_date The localized date and time when the export file expires. @type string $message_recipient The address that the email will be sent to. Defaults to the value of $request->email, but can be changed by the wp_privacy_personal_data_email_to filter. @type string $export_file_url The export file URL. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail.\n}", + "content": "{ Data relating to the account action email. @type WP_User_Request $request User request object. @type int $expiration The time in seconds until the export file expires. @type string $expiration_date The localized date and time when the export file expires. @type string $message_recipient The address that the email will be sent to. Defaults to the value of $request->email, but can be changed by the wp_privacy_personal_data_email_to filter. @type string $export_file_url The export file URL. @type string $sitename The site name sending the mail. @type string $siteurl The site URL sending the mail. }", "types": [ "array" ], @@ -58498,7 +58487,7 @@ }, { "name": "param", - "content": "{ An array of callable erasers of personal data. Default empty array. @type array ...$0 { Array of personal data exporters. @type callable $callback Callable eraser that accepts an email address and a page number, and returns an array with boolean values for whether items were removed or retained and any messages from the eraser, as well as if additional pages are available. @type string $exporter_friendly_name Translated user facing friendly name for the eraser. }\n}", + "content": "{ An array of callable erasers of personal data. Default empty array. @type array ...$0 { Array of personal data exporters. @type callable $callback Callable eraser that accepts an email address and a page number, and returns an array with boolean values for whether items were removed or retained and any messages from the eraser, as well as if additional pages are available. @type string $exporter_friendly_name Translated user facing friendly name for the eraser. } }", "types": [ "array" ], @@ -58523,7 +58512,7 @@ }, { "name": "param", - "content": "{ The personal data for the given exporter and page number. @type bool $items_removed Whether items were actually removed or not. @type bool $items_retained Whether items were retained or not. @type string[] $messages An array of messages to add to the personal data export file. @type bool $done Whether the eraser is finished or not.\n}", + "content": "{ The personal data for the given exporter and page number. @type bool $items_removed Whether items were actually removed or not. @type bool $items_retained Whether items were retained or not. @type string[] $messages An array of messages to add to the personal data export file. @type bool $done Whether the eraser is finished or not. }", "types": [ "array" ], @@ -58661,7 +58650,7 @@ }, { "name": "param", - "content": "{ An array of callable exporters of personal data. Default empty array. @type array ...$0 { Array of personal data exporters. @type callable $callback Callable exporter function that accepts an email address and a page number and returns an array of name => value pairs of personal data. @type string $exporter_friendly_name Translated user facing friendly name for the exporter. }\n}", + "content": "{ An array of callable exporters of personal data. Default empty array. @type array ...$0 { Array of personal data exporters. @type callable $callback Callable exporter function that accepts an email address and a page number and returns an array of name => value pairs of personal data. @type string $exporter_friendly_name Translated user facing friendly name for the exporter. } }", "types": [ "array" ], @@ -59086,11 +59075,11 @@ { "name": "since", "content": "4.7.0", - "description": "The $urls parameter accepts arrays of specific HTML attributes as its child elements." + "description": "The $urls parameter accepts arrays of specific HTML attributes as its child elements." }, { "name": "param", - "content": "{ Array of resources and their attributes, or URLs to print for resource hints. @type array|string ...$0 { Array of resource attributes, or a URL string. @type string $href URL to include in resource hints. Required. @type string $as How the browser should treat the resource (script, style, image, document, etc). @type string $crossorigin Indicates the CORS policy of the specified resource. @type float $pr Expected probability that the resource hint will be used. @type string $type Type of the resource (text/html, text/css, etc). }\n}", + "content": "{ Array of resources and their attributes, or URLs to print for resource hints. @type array|string ...$0 { Array of resource attributes, or a URL string. @type string $href URL to include in resource hints. Required. @type string $as How the browser should treat the resource (script, style, image, document, etc). @type string $crossorigin Indicates the CORS policy of the specified resource. @type float $pr Expected probability that the resource hint will be used. @type string $type Type of the resource (text/html, text/css, etc). } }", "types": [ "array" ], @@ -61587,7 +61576,7 @@ { "name": "since", "content": "5.5.0", - "description": "Returning a WP_Error value from the filter will short-circuit comment update and allow skipping further processing." + "description": "Returning a WP_Error value from the filter will short-circuit comment update and allow skipping further processing." }, { "name": "param", @@ -62073,7 +62062,7 @@ }, { "name": "param", - "content": "Attributes of the shortcode. See {@see wp_video_shortcode()}.", + "content": "Attributes of the shortcode. See {@see \\wp_video_shortcode()}.", "types": [ "array" ], @@ -62228,7 +62217,7 @@ }, { "name": "param", - "content": "Uploads path without subdirectory. See {@see wp_upload_dir()}.", + "content": "Uploads path without subdirectory. See {@see \\wp_upload_dir()}.", "types": [ "string" ], @@ -62727,7 +62716,7 @@ }, { "name": "param", - "content": "{ Array of domain, path, site name, site title, user and error messages. @type string $domain Domain for the site. @type string $path Path for the site. Used in subdirectory installations. @type string $blogname The unique site name (slug). @type string $blog_title Site title. @type string|WP_User $user By default, an empty string. A user object if provided. @type WP_Error $errors WP_Error containing any errors found.\n}", + "content": "{ Array of domain, path, site name, site title, user and error messages. @type string $domain Domain for the site. @type string $path Path for the site. Used in subdirectory installations. @type string $blogname The unique site name (slug). @type string $blog_title Site title. @type string|WP_User $user By default, an empty string. A user object if provided. @type WP_Error $errors WP_Error containing any errors found. }", "types": [ "array" ], @@ -62753,7 +62742,7 @@ }, { "name": "param", - "content": "{ The array of user name, email, and the error messages. @type string $user_name Sanitized and unique username. @type string $orig_username Original username. @type string $user_email User email address. @type WP_Error $errors WP_Error object containing any errors found.\n}", + "content": "{ The array of user name, email, and the error messages. @type string $user_name Sanitized and unique username. @type string $orig_username Original username. @type string $user_email User email address. @type WP_Error $errors WP_Error object containing any errors found. }", "types": [ "array" ], @@ -63861,7 +63850,7 @@ }, { "name": "param", - "content": "{ Reference to a single element from $_FILES. @type string $name The original name of the file on the client machine. @type string $type The mime type of the file, if the browser provided this information. @type string $tmp_name The temporary filename of the file in which the uploaded file was stored on the server. @type int $size The size, in bytes, of the uploaded file. @type int $error The error code associated with this file upload.\n}", + "content": "{ Reference to a single element from $_FILES. @type string $name The original name of the file on the client machine. @type string $type The mime type of the file, if the browser provided this information. @type string $tmp_name The temporary filename of the file in which the uploaded file was stored on the server. @type int $size The size, in bytes, of the uploaded file. @type int $error The error code associated with this file upload. }", "types": [ "array" ], @@ -63896,7 +63885,7 @@ }, { "name": "param", - "content": "{ Reference to a single element from $_FILES. @type string $name The original name of the file on the client machine. @type string $type The mime type of the file, if the browser provided this information. @type string $tmp_name The temporary filename of the file in which the uploaded file was stored on the server. @type int $size The size, in bytes, of the uploaded file. @type int $error The error code associated with this file upload.\n}", + "content": "{ Reference to a single element from $_FILES. @type string $name The original name of the file on the client machine. @type string $type The mime type of the file, if the browser provided this information. @type string $tmp_name The temporary filename of the file in which the uploaded file was stored on the server. @type int $size The size, in bytes, of the uploaded file. @type int $error The error code associated with this file upload. }", "types": [ "array" ], From 5a26e3527f27b9f7766c6b60cef1e10dc9ebaeea Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 4 Dec 2024 21:16:27 +0100 Subject: [PATCH 2/3] Update to 6.6 stable. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 75caa10..a880c17 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "wp-hooks/generator": "dev-new-generation", "oomphinc/composer-installers-extender": "^2", "roots/wordpress-core-installer": "^1.0.0", - "roots/wordpress-full": "6.6-RC4" + "roots/wordpress-full": "6.6" }, "extra": { "wordpress-install-dir": "vendor/wordpress/wordpress", From cc2543378d8a0b20fb6dd706c2e2eedfb5858352 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 4 Dec 2024 23:43:08 +0100 Subject: [PATCH 3/3] This is stable now. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a880c17..0865f41 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "erusev/parsedown": "1.8.0-beta-7", - "wp-hooks/generator": "dev-new-generation", + "wp-hooks/generator": "1.0.0", "oomphinc/composer-installers-extender": "^2", "roots/wordpress-core-installer": "^1.0.0", "roots/wordpress-full": "6.6"