You are here

function og_disable in Organic groups 5.2

File

./og.install, line 424

Code

function og_disable() {
  og_settings_submit(NULL, array(
    'op' => t('Disable'),
  ));
}