You are here

function ds_disable in Display Suite 7

Implements hook_disable().

3 string references to 'ds_disable'
ds_emergency in ./ds.layout.inc
Emergency page
ds_emergency_fields_attach in ./ds.layout.inc
Submit callback of fields error form.
ds_kill_switch in ./ds.module
Function to check if we go on with Display suite.

File

./ds.install, line 60
Display suite install file.

Code

function ds_disable() {
  drupal_set_message(t('The Display Suite module has been disabled. Any existing content that was using the Display Suite filter will now be visible in plain text. This might pose a security risk by exposing sensitive information, if any, used in the PHP code.'));
}