Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-filesystem-base.php: WP_Filesystem_Base::dirlist() | Gets details for files in a directory or a specific file. |
wp-admin/includes/class-wp-filesystem-base.php: WP_Filesystem_Base::cwd() | Gets the current working directory. |
wp-admin/includes/class-wp-filesystem-base.php: WP_Filesystem_Base::search_for_folder() | Locates a folder on the remote filesystem. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: trailingslashit() | Appends a trailing slash. |
wp-includes/formatting.php: untrailingslashit() | Removes trailing forward slashes and backslashes if they exist. |
wp-includes/functions.php: path_join() | Join two filesystem paths together. |