Uses
Uses | Description |
---|---|
wp-includes/functions.php: wp_raise_memory_limit() | Attempts to raise the PHP memory limit for memory intensive processes. |
wp-admin/includes/file.php: _unzip_file_ziparchive() | Attempts to unzip an archive using the ZipArchive class. |
wp-admin/includes/file.php: _unzip_file_pclzip() | Attempts to unzip an archive using the PclZip library. |
wp-admin/includes/file.php: unzip_file_use_ziparchive | Filters whether to use ZipArchive to unzip archives. |
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/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |