wordpress-develop/src/wp-admin/includes
Mike Schroder 45b080dd54 Filesystem API: Allow optional inclusion of hidden files in list_files().
Adds a new optional `$include_hidden` parameter to allow the inclusion of hidden (`.` prefixed) files.
Defaults to false for backward compatibility.

Props yani.iliev, sabernhardt, costdev, rutviksavsani, zunaid321, azaozz.
Fixes #53659.

git-svn-id: https://develop.svn.wordpress.org/trunk@56069 602fd350-edb4-49c9-b593-d223f7449a82
2023-06-27 16:06:16 +00:00
..
admin-filters.php General: add block theme previews. 2023-06-27 09:34:34 +00:00
admin.php General: add block theme previews. 2023-06-27 09:34:34 +00:00
ajax-actions.php Code Modernization: Use str_contains() in a few more places. 2023-06-26 10:15:04 +00:00
bookmark.php Docs: Various improvements in Bookmark Administration API function descriptions, as per docblocks standards. 2023-05-03 10:01:52 +00:00
class-automatic-upgrader-skin.php Code Modernization: Replace usage of strpos() with str_contains(). 2023-06-22 14:34:56 +00:00
class-bulk-plugin-upgrader-skin.php Code Modernization: Explicitly declare all properties in WP_Ajax_Upgrader_Skin. 2022-08-29 12:44:30 +00:00
class-bulk-theme-upgrader-skin.php Code Modernization: Explicitly declare all properties in WP_Ajax_Upgrader_Skin. 2022-08-29 12:44:30 +00:00
class-bulk-upgrader-skin.php Upgrade/Install: Update 'show details' button change. 2023-06-25 22:55:34 +00:00
class-core-upgrader.php Code Modernization: Replace usage of substr() with str_starts_with() and str_ends_with(). 2023-06-22 14:55:47 +00:00
class-custom-background.php I18N: Provide gettext context to disambiguate various translation strings. 2023-06-05 21:03:38 +00:00
class-custom-image-header.php Code Modernization: Replace usage of strpos() with str_contains(). 2023-06-22 14:34:56 +00:00
class-file-upload-upgrader.php Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards. 2023-06-14 06:32:14 +00:00
class-ftp-pure.php Docs: Update URLs in some @link tags and switch them to HTTPS. 2019-11-01 14:55:51 +00:00
class-ftp-sockets.php Administration: Replace contracted verb forms for better consistency. 2022-03-22 16:23:32 +00:00
class-ftp.php Code Modernization: Replace usage of strpos() with str_contains(). 2023-06-22 14:34:56 +00:00
class-language-pack-upgrader-skin.php Code Modernization: Fix parameter name mismatches for parent/child classes in WP_Upgrader_Skin::error(). 2021-09-09 13:58:25 +00:00
class-language-pack-upgrader.php Code Modernization: Replace usage of substr() with str_starts_with() and str_ends_with(). 2023-06-22 14:55:47 +00:00
class-pclzip.php Docs: Fix a few more typos in DocBlocks and inline comments. 2023-05-19 13:25:49 +00:00
class-plugin-installer-skin.php Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards. 2023-06-14 06:32:14 +00:00
class-plugin-upgrader-skin.php Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards. 2023-06-14 06:32:14 +00:00
class-plugin-upgrader.php Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards. 2023-06-14 06:32:14 +00:00
class-theme-installer-skin.php Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards. 2023-06-14 06:32:14 +00:00
class-theme-upgrader-skin.php Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards. 2023-06-14 06:32:14 +00:00
class-theme-upgrader.php Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards. 2023-06-14 06:32:14 +00:00
class-walker-category-checklist.php Code Modernization: Fix reserved keyword and parameter name mismatches for parent/child classes in Walker::end_el(). 2021-09-09 13:02:46 +00:00
class-walker-nav-menu-checklist.php Code Modernization: Fix last parameter name mismatches for parent/child classes in Walker::start_el(). 2021-09-09 12:38:36 +00:00
class-walker-nav-menu-edit.php I18N: Mark screen reader strings as such with translator comments. 2023-02-07 17:08:26 +00:00
class-wp-ajax-upgrader-skin.php Code Modernization: Replace usage of strpos() with str_contains(). 2023-06-22 14:34:56 +00:00
class-wp-application-passwords-list-table.php Docs: A host of corrections and improvements to inline documentation. 2023-05-08 22:35:38 +00:00
class-wp-automatic-updater.php Code Modernization: Replace usage of strpos() with str_contains(). 2023-06-22 14:34:56 +00:00
class-wp-comments-list-table.php Administration: Backwards compatibility for new sortable keys. 2023-06-23 17:47:34 +00:00
class-wp-community-events.php Administration: Guard against false transient key in get_cached_events(). 2022-09-27 18:55:49 +00:00
class-wp-debug-data.php Site Health: Add server time debug data. 2023-06-27 08:02:46 +00:00
class-wp-filesystem-base.php Docs: Fix a few more typos in inline comments. 2023-05-18 12:34:22 +00:00
class-wp-filesystem-direct.php Filesystem API: Correct and improve the return type documentation for the dirlist() method in WP_Filesystem_Base and its extending classes. 2023-05-03 21:28:11 +00:00
class-wp-filesystem-ftpext.php Filesystem API: Correct and improve the return type documentation for the dirlist() method in WP_Filesystem_Base and its extending classes. 2023-05-03 21:28:11 +00:00
class-wp-filesystem-ftpsockets.php Filesystem API: Correct and improve the return type documentation for the dirlist() method in WP_Filesystem_Base and its extending classes. 2023-05-03 21:28:11 +00:00
class-wp-filesystem-ssh2.php Filesystem API: Correct and improve the return type documentation for the dirlist() method in WP_Filesystem_Base and its extending classes. 2023-05-03 21:28:11 +00:00
class-wp-importer.php Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards. 2023-06-14 12:55:11 +00:00
class-wp-internal-pointers.php Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards. 2023-06-14 12:55:11 +00:00
class-wp-links-list-table.php Administration: Set accessible state for list table headers. 2023-06-21 21:45:52 +00:00
class-wp-list-table-compat.php Docs: Add missing descriptions for _WP_List_Table_Compat methods. 2020-11-14 16:52:25 +00:00
class-wp-list-table.php Administration: Backwards compatibility for new sortable keys. 2023-06-23 17:47:34 +00:00
class-wp-media-list-table.php Administration: Consistent positioning and size of search form. 2023-06-25 17:20:01 +00:00
class-wp-ms-sites-list-table.php Code Modernization: Replace usage of strpos() with str_contains(). 2023-06-22 14:34:56 +00:00
class-wp-ms-themes-list-table.php Administration: Set accessible state for list table headers. 2023-06-21 21:45:52 +00:00
class-wp-ms-users-list-table.php Administration: Set accessible state for list table headers. 2023-06-21 21:45:52 +00:00
class-wp-plugin-install-list-table.php Code Modernization: Replace usage of strpos() with str_contains(). 2023-06-22 14:34:56 +00:00
class-wp-plugins-list-table.php Plugins: Introduce the plugins_list filter. 2023-06-27 16:00:00 +00:00
class-wp-post-comments-list-table.php Administration: Remove private delegation from list tables. 2022-10-04 03:45:37 +00:00
class-wp-posts-list-table.php Administration: Set accessible state for list table headers. 2023-06-21 21:45:52 +00:00
class-wp-privacy-data-export-requests-list-table.php Privacy: Fix "Retry" action after a personal data export failure. 2022-03-10 19:19:50 +00:00
class-wp-privacy-data-removal-requests-list-table.php Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards. 2023-06-14 06:32:14 +00:00
class-wp-privacy-policy-content.php Code Modernization: Replace usage of strpos() with str_starts_with(). 2023-05-02 15:43:03 +00:00
class-wp-privacy-requests-table.php Administration: Make checkbox column clickable. 2023-06-21 01:52:16 +00:00
class-wp-screen.php Code Modernization: Replace usage of substr() with str_starts_with() and str_ends_with(). 2023-06-22 14:55:47 +00:00
class-wp-site-health-auto-updates.php Code Modernization: Replace usage of substr() with str_starts_with() and str_ends_with(). 2023-06-22 14:55:47 +00:00
class-wp-site-health.php Code Modernization: Replace usage of strpos() with str_contains(). 2023-06-22 14:34:56 +00:00
class-wp-site-icon.php Coding Standards: Use strict comparison in wp-admin/includes/class-wp-site-icon.php. 2023-04-23 04:00:26 +00:00
class-wp-terms-list-table.php Administration: Set accessible state for list table headers. 2023-06-21 21:45:52 +00:00
class-wp-theme-install-list-table.php Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards. 2023-06-14 06:32:14 +00:00
class-wp-themes-list-table.php Docs: A host of corrections and improvements to inline documentation. 2023-05-08 22:35:38 +00:00
class-wp-upgrader-skin.php Code Modernization: Replace usage of strpos() with str_contains(). 2023-06-22 14:34:56 +00:00
class-wp-upgrader-skins.php Docs: Add missing @deprecated tags in the file docblock of some deprecated files. 2019-10-08 17:17:07 +00:00
class-wp-upgrader.php Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards. 2023-06-14 06:32:14 +00:00
class-wp-users-list-table.php Administration: Set accessible state for list table headers. 2023-06-21 21:45:52 +00:00
comment.php Docs: Use third-person singular verbs for function descriptions in wp-admin/includes/comment.php, as per docblocks standards. 2022-07-20 22:14:00 +00:00
continents-cities.php I18N: Update list of continents and cities for the timezone selection. 2022-09-19 23:22:40 +00:00
credits.php Code Modernization: Replace usage of strpos() with str_contains(). 2023-06-22 14:34:56 +00:00
dashboard.php Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards. 2023-06-14 12:55:11 +00:00
deprecated.php Code Modernization: Replace usage of substr() with str_starts_with() and str_ends_with(). 2023-06-22 14:55:47 +00:00
edit-tag-messages.php Docs: Various inline documentation corrections and improvements. 2021-12-07 12:18:50 +00:00
export.php General: Replace some instances of "blog" with "site" in documentation, translator comments, and user-facing text strings. 2023-06-19 18:26:01 +00:00
file.php Filesystem API: Allow optional inclusion of hidden files in list_files(). 2023-06-27 16:06:16 +00:00
image-edit.php Media: Remove duplicate div containers. 2023-06-18 16:09:47 +00:00
image.php Media: Revert WebP generation. 2022-09-19 22:51:53 +00:00
import.php Docs: Various docblock improvements in Importer Administration API, as per docs standards. 2022-07-29 09:20:30 +00:00
list-table.php Administration: Remove private delegation from list tables. 2022-10-04 03:45:37 +00:00
media.php Code Modernization: Use str_contains() in a few more places. 2023-06-26 10:15:04 +00:00
menu.php Coding Standards: Use strict comparison in wp-admin/includes/menu.php. 2023-05-31 14:51:22 +00:00
meta-boxes.php Media: Display the “Copy URL” and “Download file” row actions when the “Unattached” filter is applied. 2023-06-20 15:45:23 +00:00
misc.php Code Modernization: Replace usage of substr() with str_starts_with() and str_ends_with(). 2023-06-22 14:55:47 +00:00
ms-admin-filters.php Networks and Sites: Officially remove global terms. 2022-09-20 02:49:25 +00:00
ms-deprecated.php Networks and Sites: Officially remove global terms. 2022-09-20 02:49:25 +00:00
ms.php Docs: Various corrections and improvements to inline docs and docblocks. 2023-05-12 21:33:08 +00:00
nav-menu.php Coding Standards: Escape the whole attributes in wp-admin/includes/nav-menu.php. 2023-04-01 08:35:16 +00:00
network.php Code Modernization: Replace usage of strpos() with str_starts_with(). 2023-05-02 15:43:03 +00:00
noop.php Coding Standards: Fix brace indentation in wp-align/includes/noop.php. 2022-11-26 09:10:28 +00:00
options.php Help/About: Avoid extra redirections on HelpHub Links. 2023-02-23 11:04:40 +00:00
plugin-install.php I18N: Mark screen reader strings as such with translator comments. 2023-02-07 17:08:26 +00:00
plugin.php Code Modernization: Replace usage of substr() with str_starts_with() and str_ends_with(). 2023-06-22 14:55:47 +00:00
post.php Quick/Bulk Edit: Don't set publish date when editing drafts. 2023-06-25 15:18:12 +00:00
privacy-tools.php Code Modernization: Replace usage of strpos() with str_contains(). 2023-06-22 14:34:56 +00:00
revision.php Revisions: Use update_post_author_caches in wp_prepare_revisions_for_js function. 2022-12-06 13:40:47 +00:00
schema.php Upgrade/Install: Avoid an extra database query in populate_network(). 2023-05-30 14:32:25 +00:00
screen.php Coding Standards: Use strict comparison in wp-admin/includes/screen.php. 2021-05-09 20:25:41 +00:00
taxonomy.php Coding Standards: Use strict comparison in wp-admin/includes/taxonomy.php. 2023-03-10 07:02:34 +00:00
template.php Editor: Improve accessibility of new custom field UI. 2023-06-24 14:30:31 +00:00
theme-install.php I18N: Mark screen reader strings as such with translator comments. 2023-02-07 17:08:26 +00:00
theme-previews.php General: add block theme previews. 2023-06-27 09:34:34 +00:00
theme.php General: add block theme previews. 2023-06-27 09:34:34 +00:00
translation-install.php Coding Standards: Always use parentheses when instantiating an object. 2022-11-29 15:49:49 +00:00
update-core.php Code Modernization: Replace usage of substr() with str_starts_with() and str_ends_with(). 2023-06-22 14:55:47 +00:00
update.php Coding Standards: Use strict comparison in wp-admin/includes/update.php. 2023-06-01 15:12:16 +00:00
upgrade.php Editor: Register core block styles in one place. 2023-06-26 21:15:21 +00:00
user.php Code Modernization: Replace usage of strpos() with str_contains(). 2023-06-22 14:34:56 +00:00
widgets.php Docs: Various corrections and improvements to inline docs and docblocks. 2023-05-12 21:33:08 +00:00