Uses
Uses | Description |
---|---|
wp-admin/includes/plugin.php: get_plugins() | Check the plugins directory and retrieve all plugin files with plugin data. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: validate_file() | Validates a file name and path against an allowed set of rules. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |