deactivate.php 178 B

123456789
  1. <?php
  2. /**
  3. * This file is executed when the plugin is enabled
  4. */
  5. // restore class handlers to default
  6. update_subtype('object', 'question');
  7. update_subtype('object', 'answer');