Uses
Uses | Description |
---|---|
wp-includes/load.php: wp_is_file_mod_allowed() | Determines whether file modifications are allowed. |
wp-admin/includes/translation-install.php: wp_get_available_translations() | Get available translations from the WordPress.org API. |
wp-includes/l10n.php: get_available_languages() | Get all available languages based on the presence of *.mo files in a given directory. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |