Gets the permissions of the specified file or filepath in their octal format.
WP_Filesystem_Base::gethchmod
Returns the *nix-style file permissions for a file.
WP_Filesystem_Base::search_for_folder
Locates a folder on the remote filesystem.
WP_Filesystem_Base::find_folder
Locates a folder on the remote filesystem.
Advertisement
WP_Filesystem_Base::get_base_dir
Locates a folder on the remote filesystem.
WP_Filesystem_Base::find_base_dir
Locates a folder on the remote filesystem.
WP_Filesystem_Base::wp_lang_dir
Returns the path on the remote filesystem of WP_LANG_DIR.
WP_Filesystem_Base::wp_themes_dir
Returns the path on the remote filesystem of the Themes Directory.
Advertisement
WP_Filesystem_Base::wp_plugins_dir
Returns the path on the remote filesystem of WP_PLUGIN_DIR.
WP_Filesystem_Base::wp_content_dir
Returns the path on the remote filesystem of WP_CONTENT_DIR.
WP_Filesystem_Base::abspath
Returns the path on the remote filesystem of ABSPATH.
WP_Debug_Data::get_sizes
Fetch the sizes of the WordPress directories: `wordpress` (ABSPATH), `plugins`, `themes`, and `uploads`.
Advertisement
WP_Debug_Data::get_database_size
Fetch the total size of all the database tables for the active database user.
WP_Debug_Data::format
Format the information gathered for debugging, in a manner suitable for copying to a forum or support ticket.
WP_Debug_Data::debug_data
Static function for generating site debug data when required.