Uses
Uses | Description |
---|---|
wp-admin/includes/file.php: get_filesystem_method() | Determines which method to use for reading, writing, modifying, or deleting files on the filesystem. |
wp-admin/includes/file.php: request_filesystem_credentials() | Displays a form to the user to request for their FTP/SSH details in order to connect to the filesystem. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/link-template.php: self_admin_url() | Retrieves the URL to the admin area for either the current site or the network depending on context. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |