Manual:$wgShowEXIF

From MediaWiki.org
Jump to: navigation, search
EXIF: $wgShowEXIF
Show EXIF data.
Introduced in version: 1.5.0
Removed in version: still in use
Allowed values: (boolean)
Default value: True if supported, else false (see below).

Other settings: Alphabetical | By Function


Details [edit]

Show EXIF data, on by default if available. Requires PHP's EXIF extension [1].

Default value [edit]

The default value is to enable the showing of EXIF data if the system supports it. This is worked out by checking whether the exif_read_data() function exists:

function_exists( 'exif_read_data' );

Do not manually set this value to 'true', as errors may occur if this function is not defined. You may however set it manually to 'false' if you wish to disable this functionality.

Language: English  • 日本語